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