Property Bits
- Namespace
- GuildWars2.Hero.Achievements
- Assembly
- GW2SDK.dll
Bits
Describes the individual bits of progress that can be made. The list type is abstract. If the current achievement is a CollectionAchievement then the list items are of type AchievementItemBit , AchievementSkinBit or AchievementMiniatureBit. For regular achievements, the type is AchievementTextBit which is just a description of what is needed.
public required IReadOnlyList<AchievementBit>? Bits { get; init; }