void OnTriggerEnter(Collider other) { if (!other.tag.Equals(GameTag.Player)) { return; } Parent.OnExplosed(); }