Exemple #1
0
        public void DoInit()
        {
            m_netMgr.DoInit();

            m_logSystem.EnableSave();
            m_logSystem.DoInit();
            m_msgDispatcher.DoInit();
        }
Exemple #2
0
        public void DoInit()
        {
            m_netMgr.DoInit();

            m_logSystem.EnableSave();
            m_logSystem.DoInit();

            m_msgDispatcher.RegisterMsgType(IMsgType.FlatBuffer);
            m_msgDispatcher.DoInit();
        }