Leveling

@Serializable
data class Leveling(val claimedRewards: List<Int>? = null)

Constructors

Link copied to clipboard
constructor(claimedRewards: List<Int>? = null)

Properties

Link copied to clipboard
val claimedRewards: List<Int>? = null