namespace NeonSprawl.Server.Game.Crafting;
/// <summary>One validated input or output row on a <see cref="RecipeDefRow"/> (NEO-66).</summary>
public sealed record RecipeIoRow(string ItemId, int Quantity);