Ejemplo n.º 1
0
 public static void BuyItem(int ItemID, Action successCallback = null, Action <string> errorCallback = null)
 {
     StaticCoroutine.DoCoroutine(UsersServices.BuyItem(ItemID, successCallback, errorCallback));
 }