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