Exemplo n.º 1
0
 private void SetNewGameState(GameState gameState)
 {
     PuzzleBoardViewModel.CurrentGameState = gameState;
 }
Exemplo n.º 2
0
 protected bool Equals(GameState other)
 {
     return string.Equals(StateName, other.StateName);
 }