namespace SVSim.EmulatedEntrypoint.Configuration; public class DeckOptions { public const string SectionName = "Deck"; public int MaxDeckSlots { get; set; } = 36; }