namespace NeonSprawl.Server.Game.Skills; /// NEO-41: prototype gather (resource-node interact) → salvage skill XP via sourceKind: activity. public static class GatherSkillXpConstants { public const int ActivityXpPerResourceNodeGather = 10; public const string SalvageSkillId = "salvage"; public const string ActivitySourceKind = "activity"; }