Esempio n. 1
0
 void OnTriggerEnter(Collider coll)
 {
     if (coll.CompareTag("Player"))
     {
         target.Activate();
     }
 }