Goblin

@Serializable
data class Goblin(val kingQuestActive: Boolean? = null, val kingQuestsCompleted: Int? = null)

Constructors

Link copied to clipboard
constructor(kingQuestActive: Boolean? = null, kingQuestsCompleted: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "king_quest_active")
val kingQuestActive: Boolean? = null
Link copied to clipboard
@SerialName(value = "king_quests_completed")
val kingQuestsCompleted: Int? = null