Tier

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

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: Int, points: Int)

Properties

Link copied to clipboard
val count: Int

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

Link copied to clipboard
val points: Int

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