示例#1
0
 public void EnemyDeath(CharacterBehaviour character)
 {
     //handleDeathWithPool
     //deathAnimationCorotaine
     isDead = true;
     if (itemDrop != null)
     {
         itemDrop.DropItemChange();
     }
     gameObject.SetActive(false);
 }