Esempio n. 1
0
 void OnTriggerEnter(Collider other)
 {
     if (other.CompareTag("Fire"))
     {
         head.Burn();
     }
 }