MountEntry

@Serializable
data class MountEntry(val name: String, val mountId: Int)(source)

A mount in an Auction character.

Constructors

Link copied to clipboard
constructor(name: String, mountId: Int)

Properties

Link copied to clipboard

The URL to the mount's image.

Link copied to clipboard

The internal ID of the mount.

Link copied to clipboard

The name of the mount.