Exemple #1
0
        public override void Commence()
        {
            this.currentRound = new UnityRound(this, gameTable.GetPlayerSeatedAt(0));
            this.currentRound.InitiateBidding();

            AdsManager.DisplayIntersAd();
        }
Exemple #2
0
 public override void EndGame()
 {
     AdsManager.DisplayIntersAd();
     EndGamePopup.Show();
     base.EndGame();
 }