Exemplo n.º 1
0
 public void HandlOpponentDraw(int turn)
 {
     LogEvent("OpponentDraw", turn: turn);
     _game.OpponentDraw(turn);
     _game.AddPlayToCurrentGame(PlayType.OpponentDraw, turn, string.Empty);
     GameEvents.OnOpponentDraw.Execute();
 }