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