예제 #1
0
 public bool DispatchPeerMsg(RoomPeer peer, int id, object msg)
 {
     if (peer == null)
     {
         return(false);
     }
     peer.InsertLogicMsg(id, msg);
     return(true);
 }