namespace NeonSprawl.Server.Game.Quests; /// Single skill XP row on a quest (NEO-125). public sealed record QuestSkillXpGrantRow(string SkillId, int Amount);