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

            AdsManager.DisplayIntersAd();
        }
Ejemplo n.º 2
0
 public override void EndGame()
 {
     AdsManager.DisplayIntersAd();
     EndGamePopup.Show();
     base.EndGame();
 }