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