Table of Contents

Property Achievements

Namespace
GuildWars2.Hero.Achievements.Titles
Assembly
GW2SDK.dll

Achievements

A list of achievement IDs which award this title. Can be null if the title is awarded by reaching some amount of points instead.

public required IReadOnlyList<int>? Achievements { get; init; }

Property Value

IReadOnlyList<int>

Remarks

This is usually a single achievement, but some titles are awarded by multiple achievements.