Esempio n. 1
0
 public void OnTriggerEnter(Collider other)
 {
     if (other.CompareTag("Sword"))
     {
         head.Cut(id);
     }
 }