Esempio n. 1
0
 public void AddNewTurn(Turn newTurn)
 {
     TurnStack.Push(newTurn);
     endRoundButton.interactable = IsPlayerTurnComplete();
 }