VillagePlaza

@Serializable
data class VillagePlaza(val murder: Murder? = null, val barryCenter: BarryCenter? = null, val cowboy: Cowboy? = null, val barterBank: Map<String, JsonElement>? = null, val lonely: Lonely? = null, val seraphine: Seraphine? = null, val gotScammed: Boolean? = null)

Information related to the Village Plaza

Constructors

Link copied to clipboard
constructor(murder: Murder? = null, barryCenter: BarryCenter? = null, cowboy: Cowboy? = null, barterBank: Map<String, JsonElement>? = null, lonely: Lonely? = null, seraphine: Seraphine? = null, gotScammed: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "barter_bank")
val barterBank: Map<String, JsonElement>? = null
Link copied to clipboard
val cowboy: Cowboy? = null
Link copied to clipboard
@SerialName(value = "got_scammed")
val gotScammed: Boolean? = null
Link copied to clipboard
val lonely: Lonely? = null
Link copied to clipboard
val murder: Murder? = null

Detective Amog's murder quest

Link copied to clipboard
val seraphine: Seraphine? = null