Table of Contents

Class AchievementBit

Namespace
GuildWars2.Hero.Achievements
Assembly
GW2SDK.dll

The base type for achievement bits. Cast objects of this type to a more specific type to access more properties.

[JsonConverter(typeof(AchievementBitJsonConverter))]
public record AchievementBit : IEquatable<AchievementBit>
Inheritance
AchievementBit
Implements
Derived
Inherited Members

Properties

Text

Describes what the player needs to do to complete this bit. For example if it is an explorer achievement, this would contain the name of an area to discover.