AchievementBit

@Serializable
data class AchievementBit(val type: AchievementBitType? = null, val id: Int? = null, val text: String? = null)

Data mode for achievement bits. Can give further information on the progress towards the achievement.

Constructors

Link copied to clipboard
constructor(type: AchievementBitType? = null, id: Int? = null, text: String? = null)

Properties

Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val text: String? = null
Link copied to clipboard