public interface IDestructible { public void Hit(float damage); public bool IsDestroyed(); }