neon-sprawl/server/NeonSprawl.Server/Game/Gathering/GatherGrantApplied.cs

5 lines
203 B
C#

namespace NeonSprawl.Server.Game.Gathering;
/// <summary>One item grant applied on a successful gather (NEO-62).</summary>
public readonly record struct GatherGrantApplied(string ItemId, int Quantity);