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