Table of Contents

Property Professions

Namespace
GuildWars2.Hero.Builds
Assembly
GW2SDK.dll

Professions

Indicates profession restrictions for this skill. This list can be empty for stolen skills or skills granted by bundles or transformations. If the skill has a parent skill then its list of profession restrictions should be used instead of this one. Otherwise, an empty list should be interpreted as no restrictions.

public required IReadOnlyList<Extensible<ProfessionName>> Professions { get; init; }

Property Value

IReadOnlyList<Extensible<ProfessionName>>