Beispiel #1
0
 public void PurchaseItemWithStandardCurrency()
 {
     Debug.Log(int.Parse(itemQuantityAmount.text));
     CloudGoods.StoreItemPurchase(itemInfo.storeItem.itemID, int.Parse(itemQuantityAmount.text), CurrencyType.Standard, 0, OnReceivedItemPurchaseConfirmation);
     ClosePanel();
 }