AchievementEntry

@Serializable
data class AchievementEntry(val name: String, val secret: Boolean)(source)

An achievement in an Auction.

Constructors

Link copied to clipboard
constructor(name: String, secret: Boolean)

Properties

Link copied to clipboard

The name of the achievement.

Link copied to clipboard

Whether the achievement is secret or not.