Skill

@Serializable
data class Skill(val id: Int)

Information about a pet's skill.

Parameters

id

the skill's ID

Constructors

Link copied to clipboard
constructor(id: Int)

Properties

Link copied to clipboard
val id: Int

This field holds the skill's ID.