Example #1
0
 public void FailedBuyProduct(ResponeError resp)
 {
 }
 public void FailedBuyProduct(ResponeError resp)
 {
     Info.text = resp.Error;
     InfoPanel.gameObject.SetActive(true);
     IsBusy = false;
 }
Example #3
0
 public void FailedGetProducts(ResponeError resp)
 {
 }
 public void FailedGetProducts(ResponeError resp)
 {
     Error.text = resp.Error;
     Error.gameObject.SetActive(true);
 }