Пример #1
0
 void Start()
 {
     if (!Version.noAds)
     {
         AdsorbAds.ShowInterstitialAd();
     }
 }
Пример #2
0
 public static void InterstitialAd()
 {
     if (PlayerPrefs.GetInt("CurrentLevel" + GameManager.num) % 3 == 0)
     {
         Debug.Log("Ads Interstitial");
         AdsorbAds.ShowInterstitialAd();
     }
 }