Table of Contents

Property SkillsByPalette

Namespace
GuildWars2.Hero.Training
Assembly
GW2SDK.dll

SkillsByPalette

The mapping of palette IDs, which are used in build template chat links, to skill IDs. The key is the palette ID, the value is the skill ID.

public required IDictionary<int, int> SkillsByPalette { get; init; }

Property Value

IDictionary<int, int>