Ejemplo n.º 1
0
    public void IncrementMoves()
    {
        PlayState newPlayState = PlayState.SetMoves(this.currentState, this.currentState.moves + 1);

        UpdatePlayState(newPlayState);
    }