GW2v2HomeInstanceCat

@Serializable
data class GW2v2HomeInstanceCat(val id: Int, val hint: String)

Information about a home-instance cat.

Parameters

id

the cat's ID

hint

the unlock hint

Constructors

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

Properties

Link copied to clipboard

This field holds the unlock hint.

Link copied to clipboard
val id: Int

This field holds the cat's ID.