MasteryLevel

@Serializable
data class MasteryLevel(val name: String, val description: String, val instruction: String, val icon: String, val pointCost: Int, val expCost: Int)

Data model for mastery level object

Constructors

Link copied to clipboard
constructor(name: String, description: String, instruction: String, icon: String, pointCost: Int, expCost: Int)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "exp_cost")
val expCost: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "point_cost")
val pointCost: Int