namespace GFramework.framework.events; /// /// 提供统一注销功能的接口,用于管理需要注销的对象列表 /// public interface IUnRegisterList { /// /// 获取需要注销的对象列表 /// List UnregisterList { get; } }