namespace NeonSprawl.Server.Game.Rewards; /// One item grant applied on a successful quest completion reward delivery (NEO-126). public readonly record struct RewardItemGrantApplied(string ItemId, int Quantity);