namespace Items { public interface IHealItem { float Health { get; } } }