DisplayedAchievement

@Serializable
data class DisplayedAchievement(val name: String, val grade: Int, val isSecret: Boolean)(source)

The achievements chosen to be displayed for a Character.

Constructors

Link copied to clipboard
constructor(name: String, grade: Int, isSecret: Boolean)

Properties

Link copied to clipboard
val grade: Int

The grade of the achievement, also known as the number of stars.

Link copied to clipboard

Whether this is a secret achievement or not.

Link copied to clipboard

The name of the achievement.