Perk

@Serializable
data class Perk(val name: String? = null, val description: String? = null, val minister: Boolean? = null)

Information about a mayor perk.

Constructors

Link copied to clipboard
constructor(name: String? = null, description: String? = null, minister: Boolean? = null)

Properties

Link copied to clipboard
val description: String? = null

Description about the perk.

Link copied to clipboard
val minister: Boolean? = null

Whether or not the perk is the mayors minister perk.

Link copied to clipboard
val name: String? = null

Name of the perk (eg; Pest Eradicator, Volume Trading).