namespace GFramework.Core.events; /// /// 提供注销功能的接口 /// public interface IUnRegister { /// /// 执行注销操作 /// void UnRegister(); }