namespace UHFPS.Runtime { public interface IBreakableEntity : IDamagable { /// /// Represents the current entity health. /// public int EntityHealth { get; set; } } }