コード例 #1
0
ファイル: Purchaser.cs プロジェクト: grayhound/fantasy-surfer
 public void EnablePremium()
 {
     isPremium = true;
     premiumAccountTextGameObject.SetActive(true);
     adMobBottomBanner.Disable();
     adMobGameOverInterstitial.Disable();
     adMobAddLifeRewardedVideo.Disable();
     adMobDoubleFireRewardedVideo.Disable();
     adMobAutoShieldRewardedVideo.Disable();
     player.EnableMaxLives();
     player.EnableAlwaysAutoshield();
     playerGun.EnableAlwaysDoubleFire();
     goPremiumPopup.Disable();
 }