Example #1
0
 private void BeginRound()
 {
     countDown.Restart();
     _player1.BeginTurn();
     _player2.BeginTurn();
 }