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