public override void DoDestroy() { if (_noNetwork) { return; } _roomMsgMgr?.DoDestroy(); _roomMsgMgr = null; }
// 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; } }