Mount

data class Mount(val name: String, val icon: String)

An acquired mount.

Constructors

Link copied to clipboard
constructor(name: String, icon: String)

Properties

Link copied to clipboard

The URL to the icon of the mount.

Link copied to clipboard

The name of the mount.