Ejemplo n.º 1
0
 public void PlayRound()
 {
     _rounds++;
     CheckWhoWonRound(_player1.Move(), _player2.Move());
 }