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

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

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

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