Example #1
0
 void OnMouseDown()
 {
     anim.SetBool("click", true);
     ShopSounds1.instance.playSound("click");
     ItemSelectedController.selectMe(this);
 }