AccountMastery

@Serializable
data class AccountMastery(val id: Int, val level: Int)

Data model for account mastery object

Constructors

Link copied to clipboard
constructor(id: Int, level: Int)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
val level: Int