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

            //初始化各个子系统
            ServerSystem.Init();


            InitLobbyMainSystems();
            Inited = true;
        }