Beispiel #1
0
 public void HandleOpponentMulligan(int from)
 {
     LogEvent("OpponentMulligan", from: from);
     _game.OpponentMulligan(from);
     TurnTimer.Instance.MulliganDone(ActivePlayer.Opponent);
     _game.AddPlayToCurrentGame(PlayType.OpponentMulligan, 0, string.Empty);
     GameEvents.OnOpponentMulligan.Execute();
 }