Skills

@Serializable
data class Skills @JvmOverloads constructor(val heal: Int? = null, val utilities: Set<Int?>, val elite: Int? = null, val legends: Set<String>? = null)

Data model for skill sets

Constructors

Link copied to clipboard
constructor(heal: Int? = null, utilities: Set<Int?>, elite: Int? = null, legends: Set<String>? = null)

Properties

Link copied to clipboard
val elite: Int? = null
Link copied to clipboard
val heal: Int? = null
Link copied to clipboard
val legends: Set<String>? = null
Link copied to clipboard