Ejemplo n.º 1
0
 void OnTriggerStay(Collider other)
 {
     if (other.CompareTag("Enemy"))
     {
         player.LockOnSystem(other);
     }
 }