namespace NeonSprawl.Server.Game.Gathering; /// One validated yield row from content/resource-nodes/*_resource_yields.json (NEO-58). public sealed record ResourceYieldRow( string NodeDefId, string ItemId, int Quantity);