예제 #1
0
 public void SendHashCodes(int firstHashTick, List <long> allHashCodes, int startIdx, int count)
 {
     if (_noNetwork)
     {
         return;
     }
     _roomMsgMgr.SendHashCodes(firstHashTick, allHashCodes, startIdx, count);
 }