namespace NeonSprawl.Server.Game.Crafting;
/// <summary>One input consumed or output granted on a successful craft (NEO-69).</summary>
public readonly record struct CraftIoApplied(string ItemId, int Quantity);