예제 #1
0
 public void DoUpdate(LFloat deltaTime)
 {
     if (_noNetwork)
     {
         return;
     }
     //Utils.UpdateServices();
     _roomMsgMgr?.DoUpdate(deltaTime);
 }
예제 #2
0
        // Token: 0x060001C1 RID: 449 RVA: 0x00006180 File Offset: 0x00004380
        public void DoUpdate(LFloat deltaTime)
        {
            bool noNetwork = this._noNetwork;

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