diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-19 18:34:46 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-19 18:34:46 +0100 |
| commit | 45bbe9f283b30f03167548c2b41eee22784a974f (patch) | |
| tree | 6493792b98b1b9f7d6460203d0fdad74d273b999 /Penguloon/AdManager.cs | |
| parent | a49c13ab80a76ec81f36d6cbc8c37721f24f828c (diff) | |
1.2
Diffstat (limited to 'Penguloon/AdManager.cs')
| -rw-r--r-- | Penguloon/AdManager.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Penguloon/AdManager.cs b/Penguloon/AdManager.cs index af49d17..2537a9d 100644 --- a/Penguloon/AdManager.cs +++ b/Penguloon/AdManager.cs @@ -25,6 +25,8 @@ namespace Penguloon public static void Load(Main main) { + return; + GameOverAd = new InterstitialAd(main.Context); GameOverAd.AdUnitId = "ca-app-pub-5292616698166001/6013632836"; GameOverAd.LoadAd(new AdRequest.Builder().Build()); @@ -32,6 +34,8 @@ namespace Penguloon public static void ShowGameOverAd() { + return; + if (GameOverAd.IsLoaded) GameOverAd.Show(); } |
