Example #1
0
 private void StartGame()
 {
     _currentPlayerIndex = 0;
     _currentPlayer = _players[0];
     _currentPlayer.TakeTurn(this);
 }