namespace NeonSprawl.Server.Game.Rewards; /// One reputation grant applied on a successful quest completion reward delivery (NEO-138). public readonly record struct RewardReputationGrantApplied(string FactionId, int Amount);