namespace NeonSprawl.Server.Game.Skills; /// One validated SkillDef row from content/skills/*.json (NEO-34). public sealed record SkillDefRow( string Id, string Category, string DisplayName, IReadOnlyList AllowedXpSourceKinds);