Minion

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

An acquired minion.

Constructors

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

Properties

Link copied to clipboard

The URL to the icon of the minion.

Link copied to clipboard

The name of the minion.