Class AchievementTier
- Namespace
- GuildWars2.Hero.Achievements
- Assembly
- GW2SDK.dll
Information about an achievement tier.
[JsonConverter(typeof(AchievementTierJsonConverter))]
public sealed record AchievementTier : IEquatable<AchievementTier>
- Inheritance
-
AchievementTier
- Implements
- Inherited Members
Properties
- Count
The amount of progress needed to complete this tier. Context is required to understand this number. For example if the achievement is to kill 40 enemies, this would be 40.
- Points
The amount of achievement points awarded for completing this tier.