namespace Artemis.Storage.Legacy.Entities.Profile.AdaptionHints; internal class SingleLedAdaptionHintEntity : IAdaptionHintEntity { public int LedId { get; set; } public bool LimitAmount { get; set; } public int Skip { get; set; } public int Amount { get; set; } }