private void ProcessHit(DamageDealer damageDealer) { health -= damageDealer.GetEnemyDamage(); if (health <= 0) { Die(); } }