Пример #1
0
 void GetCoin(Collider2D other)
 {
     Destroy(other.gameObject);
     central_script.IncreaseCoin();
 }