MasteryPoints

@Serializable
data class MasteryPoints(val region: String, val spent: Int, val earned: Int)

Data model for mastery points by region

Constructors

Link copied to clipboard
constructor(region: String, spent: Int, earned: Int)

Properties

Link copied to clipboard
val earned: Int
Link copied to clipboard
Link copied to clipboard
val spent: Int