namespace NeonSprawl.Server.Game.Gathering; /// Compact skill XP summary on a successful gather (NEO-62). public readonly record struct GatherXpGrantSummary(string SkillId, int Amount, string SourceKind);