namespace NeonSprawl.Server.Game.Encounters; /// A single deterministic item grant on a (NEO-101). public readonly record struct RewardGrantRow(string ItemId, int Quantity);