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