namespace NeonSprawl.Server.Game.Encounters;
/// <summary>A single deterministic item grant on a <see cref="RewardTableDefRow"/> (NEO-101).</summary>
public readonly record struct RewardGrantRow(string ItemId, int Quantity);