namespace NeonSprawl.Server.Game.Rewards; /// One skill XP grant applied on a successful quest completion reward delivery (NEO-126). public readonly record struct RewardSkillXpGrantApplied(string SkillId, int Amount);