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