MountType

@Serializable
data class MountType(val id: String, val name: String, val defaultSkin: Int, val skins: List<Int>, val skills: List<MountSkill>)

Data model for mount type object

Constructors

Link copied to clipboard
constructor(id: String, name: String, defaultSkin: Int, skins: List<Int>, skills: List<MountSkill>)

Properties

Link copied to clipboard
@SerialName(value = "default_skin")
val defaultSkin: Int
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val skins: List<Int>