Class AchievementTextBit
- Namespace
- GuildWars2.Hero.Achievements.Bits
- Assembly
- GW2SDK.dll
Used by regular (not collection) achievements to describe something that needs to be done.
[JsonConverter(typeof(AchievementTextBitJsonConverter))]
public sealed record AchievementTextBit : AchievementBit, IEquatable<AchievementBit>, IEquatable<AchievementTextBit>
- Inheritance
-
AchievementTextBit
- Implements
- 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.