Skill

@Serializable
data class Skill(val id: Int, val slot: String)

Information about a mount skill.

Parameters

id

the mount skill's ID

slot

the mount skill's slot

Constructors

Link copied to clipboard
constructor(id: Int, slot: String)

Properties

Link copied to clipboard
val id: Int

This field holds the mount skill's ID.

Link copied to clipboard

This field holds the mount skill's slot.