Example #1
0
 void OnTriggerEnter(Collider other)
 {
     Debug.Log("Sending to Parent from " + name);
     parent.OnChildsTriggerEnter(name, other);
 }