namespace NeonSprawl.Server.Game.Gathering;
/// <summary>One item grant applied on a successful gather (NEO-62).</summary>
public readonly record struct GatherGrantApplied(string ItemId, int Quantity);