Пример #1
0
 public override void Die()
 {
     animatorManager.Die();
     audioManager.Die();
     Destroy(gameObject, corpseLifeSpan);
 }