Example #1
0
 public void BuyItemWithStarbux(int itemDesignId, int itemQuantity, Action <PSServerMessage> successAction, Action endAction = null)
 {
     AlertController.ShowServerLoadIcon();
     this.StartCoroutine(this.BuyItemWithStarbuxCoroutine(itemDesignId, itemQuantity, successAction, endAction));
 }