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

5 lines
211 B
C#

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