Exemple #1
0
 private void OnTriggerEnter(Collider c)
 {
     if (c.tag == "Human")
     {
         trigger.Destroy1();
     }
 }