Пример #1
0
 void Start()
 {
     GetComponent <Button>().onClick.AddListener(() => Shop.AtemptPurchase(Name));
 }