Table of Contents

Property Prerequisites

Namespace
GuildWars2.Hero.Achievements
Assembly
GW2SDK.dll

Prerequisites

A list of achievement IDs which need to be completed before this achievement can be progressed.

public required IReadOnlyList<int> Prerequisites { get; init; }

Property Value

IReadOnlyList<int>

Remarks

Typically contains a single ID or no IDs at all, but this might change.