Beispiel #1
0
    public void Intestinal_Ad_Show()
    {
        InterstitialAd l_interAd = AdmobManager.Get <InterstitialAd>("Interstitial_1");

        l_interAd.Show();
    }
Beispiel #2
0
 private void Awake()
 {
     instance = this;
     DontDestroyOnLoad(this);
 }