public void Use(ItemHealthy healthy) { }
public void Use(ItemHealthy healthy) { throw new NotImplementedException(); }
public bool CanUse(ItemHealthy healthy) { return(false); }
public bool CanUse(ItemHealthy healthy) { throw new NotImplementedException(); }