Town

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

The starting town of a character.

Constructors

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

Properties

Link copied to clipboard

The URL of the icon of the starting town.

Link copied to clipboard

The name of the starting town.