private void Death()
 {
     parent.ChildDeath();
 }
Beispiel #2
0
 private void Death()
 {
     parent.ChildDeath();
     StopCoroutine(Hatch());
     Object.Destroy(gameObject);
 }