Esempio n. 1
0
 public bool IsPlayerTurnComplete()
 {
     return(TurnStack.Any(turn => turn.IsCompletePlayerTurn()));
 }