ProfileMounts

data class ProfileMounts(val mounts: Map<String, Mount>, val total: Short)

The mounts that a character has acquired.

Constructors

Link copied to clipboard
constructor(mounts: Map<String, Mount>, total: Short)

Properties

Link copied to clipboard

A Map of mount names to a Mount class.

Link copied to clipboard

The amount of mounts that a character has acquired.