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