Пример #1
0
 /** resets hand and buttons */
 public void resetDraftingPhase() {
   needHand = true;
   cardsInHand.clear();
   cardsInHand = null;
   // draftLayout.getHand().newTurn();
   draftLayout.getActionButtons().resetActionButtons();
 }