Пример #1
0
 public void drawTwoAtTurnStart()
 {
     MonopolyDealServiceReference.TurnActionModel ta = clientMessageHandler.playFieldModel.currentTurnActionModel;
     monopolyDealService.draw2AtStartOfTurn(clientInfo.getGuidID(), ta.serverGuid, ta.currentPlayFieldModelGuid, ta.thisTurnactionGuid);
 }