Property Max
- Namespace
- GuildWars2.Hero.Achievements
- Assembly
- GW2SDK.dll
Max
The total number of things required to complete the achievement. Context is required to understand this number. For example if it is a Slayer achievement, this would be the total number of kills required.
public required int Max { get; init; }
Property Value
Remarks
This can be less than Current but there are no rewards for any additional progress.