Fixed few bugs

This commit is contained in:
Sewmina
2022-09-25 04:31:01 +05:30
parent cb5613ce39
commit e162647e26
12 changed files with 98 additions and 63 deletions

View File

@@ -55,7 +55,7 @@ public class AdsManager : MonoBehaviour
rewardedAd.OnUserEarnedReward += OnRewardedComplete;
rewardedAd.OnAdFailedToLoad += OnRewardedFailed;
rewardedAd.OnAdFailedToShow += OnRewardedFailed;
RequestBanner();
// RequestBanner();
LoadInterestitial();
LoadRewarded();
}