namespace Zennysoft.Game.Abstractions; public interface IHealthPack { public double RestoreAmount { get; } }