Esempio n. 1
0
 /// <summary>
 /// Method that moves both players.
 /// </summary>
 private void MovePlayers()
 {
     player1.Move();
     player2.Move();
 }