Beispiel #1
0
 public void PurchaseNoAds()
 {
     //--IAP for no ads
     PurchaserScript.BuyNonConsumable();
 }
Beispiel #2
0
 private void OnRemoveAdsButtonClicked(object sender, OnRemoveAdsButtonClicked eventArgs)
 {
     EventManager.Dispatch(new OnProcessPurchaseStart());
     purchaser.BuyNonConsumable();
 }