GuildAchievementTier

@Serializable
data class GuildAchievementTier(val tier: Int? = null, val amount: Int? = null)

Constructors

Link copied to clipboard
constructor(tier: Int? = null, amount: Int? = null)

Properties

Link copied to clipboard
val amount: Int? = null
Link copied to clipboard
val tier: Int? = null