namespace NeonSprawl.Server.Game.Gathering; /// One validated ResourceNodeDef row from content/resource-nodes/*_resource_nodes.json (NEO-58). public sealed record ResourceNodeDefRow( string NodeDefId, string DisplayName, string GatherLens, int MaxGathers);