namespace NeonSprawl.Server.Game.Encounters;
/// <summary>One item grant applied on a successful encounter completion (NEO-105).</summary>
public readonly record struct EncounterGrantApplied(string ItemId, int Quantity);