Exemplo n.º 1
0
 public void BuyShop(int itemID, int paymentType, string invoice = "")
 {
     api.BuyShop(itemID, paymentType, invoice);
 }