Bit
Types
Link copied to clipboard
data class Item(val type: String, val text: String? = null, val id: GW2ItemId) : GW2v2Achievement.Bit
Information about an achievement bit tied to an item.
Link copied to clipboard
data class MiniPet(val type: String, val text: String? = null, val id: GW2MiniId) : GW2v2Achievement.Bit
Information about an achievement bit tied to a mini pet.
Link copied to clipboard
data class Skin(val type: String, val text: String? = null, val id: GW2SkinId) : GW2v2Achievement.Bit
Information about an achievement bit tied to a skin.
Link copied to clipboard
Information about a text-only achievement bit.