Esempio n. 1
0
 private void OnTriggerEnter(Collider other)
 {
     gc.FoundPolo();
     Destroy(this.gameObject);
 }