Beispiel #1
0
 private void Donate(Transform button)
 {
     Debug.Log("DONATE");
     Purchaser.GetInstance().BuyDonation(button);
 }