Beispiel #1
0
 public void RemoveAdsBtn()
 {
     VersionController.PurchaseNoAds();
 }
Beispiel #2
0
 public void NoAdsBtnPressed()
 {
     //--do this here because the button can't find the versioncontroller
     Debug.Log("no ads btn pressed");
     VersionController.PurchaseNoAds();
 }