Example #1
0
 private void ProductBuyFail(UIProduct product)
 {
     Debug.Log("uistar buyfail");
     animator.SetTrigger("shake");
 }
Example #2
0
 private void ProductBought(UIProduct product)
 {
     Debug.Log("uistar buy success");
     animator.SetTrigger("shake");
 }