TibiaKt
Toggle table of contents
0.9.0
jvm
Platform filter
jvm
Switch theme
TibiaKt
tibiakt-core
/
com.galarzaa.tibiakt.core.models.guild
/
GuildHall
Guild
Hall
@
Serializable
data
class
GuildHall
(
val
name
:
String
,
val
paidUntil
:
LocalDate
)
(
source
)
A guildhall owned by a
Guild
.
Members
Constructors
Guild
Hall
Link copied to clipboard
constructor
(
name
:
String
,
paidUntil
:
LocalDate
)
Properties
name
Link copied to clipboard
val
name
:
String
The name of the guildhall.
paid
Until
Link copied to clipboard
val
paidUntil
:
LocalDate
The date when the last paid rent is due.