namespace SK.Framework
{
/// <summary>
/// 单例接口
/// </summary>
public interface ISingleton
/// 初始化事件
void OnInit();
}