Tier

@Serializable
data class Tier(val count: Long, val points: Long)

Information about an achievement's tier.

Parameters

count

the number of "things" (achievement-specific) that must be completed to achieve this tier

points

the amount of AP awarded for completing this tier

Constructors

Link copied to clipboard
constructor(count: Long, points: Long)

Properties

Link copied to clipboard
val count: Long

This field holds the number of "things" (achievement-specific) that must be completed to achieve this tier.

Link copied to clipboard

This field holds the amount of AP awarded for completing this tier.