namespace NeonSprawl.Server.Game.Crafting; /// Compact refine XP summary on successful craft (NEO-69). public readonly record struct CraftXpGrantSummary(string SkillId, int Amount, string SourceKind);