示例#1
0
 public override void DoDestroy()
 {
     if (_noNetwork)
     {
         return;
     }
     _roomMsgMgr?.DoDestroy();
     _roomMsgMgr = null;
 }
示例#2
0
        // Token: 0x060001C2 RID: 450 RVA: 0x000061B0 File Offset: 0x000043B0
        public override void DoDestroy()
        {
            bool noNetwork = this._noNetwork;

            if (!noNetwork)
            {
                RoomMsgManager roomMsgMgr = this._roomMsgMgr;
                if (roomMsgMgr != null)
                {
                    roomMsgMgr.DoDestroy();
                }
                this._roomMsgMgr = null;
            }
        }