namespace SVSim.Database.Models.Config; /// /// Story-family placeholder config section. Class XP per clear moved to /// (BattleXpMode.Story) as part of the /// unified per-mode XP surface. Kept as an empty section so future story-specific /// knobs (dialogue speed, auto-skip, etc.) have a home. /// [ConfigSection("Story")] public class StoryConfig { public static StoryConfig ShippedDefaults() => new(); }