public void DoInit() { m_netMgr.DoInit(); m_logSystem.EnableSave(); m_logSystem.DoInit(); m_msgDispatcher.DoInit(); }
public void DoInit() { m_netMgr.DoInit(); m_logSystem.EnableSave(); m_logSystem.DoInit(); m_msgDispatcher.RegisterMsgType(IMsgType.FlatBuffer); m_msgDispatcher.DoInit(); }