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

5 lines
225 B
C#

namespace NeonSprawl.Server.Game.Gathering;
/// <summary>Compact skill XP summary on a successful gather (NEO-62).</summary>
public readonly record struct GatherXpGrantSummary(string SkillId, int Amount, string SourceKind);