Esempio n. 1
0
 public void Buy()
 {
     Debug.Log(DetailsView.GetData().id);
     WebServices.BuyItem(DetailsView.GetData().id);
 }