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