Esempio n. 1
0
 public int OnBoxsPos(List <GameBox> boxs)
 {
     if (_server == null)
     {
         return(0);
     }
     return(_server.OnBoxsPos(boxs));
 }