public interface IDamageable { bool IsDead(); void ApplyDamage(float amount); }