public override void Commence() { this.currentRound = new UnityRound(this, gameTable.GetPlayerSeatedAt(0)); this.currentRound.InitiateBidding(); AdsManager.DisplayIntersAd(); }
public override void EndGame() { AdsManager.DisplayIntersAd(); EndGamePopup.Show(); base.EndGame(); }