GuildHall

@Serializable
data class GuildHall(val name: String, val paidUntil: LocalDate)(source)

A guildhall owned by a Guild.

Constructors

Link copied to clipboard
constructor(name: String, paidUntil: LocalDate)

Properties

Link copied to clipboard

The name of the guildhall.

Link copied to clipboard

The date when the last paid rent is due.