Пример #1
0
 private void SwitchPlayer()
 {
     _currentPlayer.ResetActions();
     _currentPlayer = GetOpponentOf(_currentPlayer);
     LogCurrentPlayer();
     _actionExecutor = null;
 }