public interface IDestructible { public void Hit(float damage, DamageType type = DamageType.Neutral); public bool IsDestroyed(); }