/// <summary> /// 唤醒 /// </summary> void Start() { UnInitLobbyMainSystems(); //初始化各个子系统 ServerSystem.Init(); InitLobbyMainSystems(); Inited = true; }
/// <summary> /// 唤醒 /// </summary> void Start() { instance = this; //初始化各个子系统 ServerSystem.Init(); InitLobbyMainSystems(); Inited = true; }