neon-sprawl/server/NeonSprawl.Server/Game/Crafting/RecipeIoRow.cs

5 lines
206 B
C#

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);