public void IncrementMoves() { PlayState newPlayState = PlayState.SetMoves(this.currentState, this.currentState.moves + 1); UpdatePlayState(newPlayState); }