AlchemistQuest

@Serializable
data class AlchemistQuest(val alchemistQuestStart: Boolean? = null, val alchemistQuestProgress: Int? = null)

Constructors

Link copied to clipboard
constructor(alchemistQuestStart: Boolean? = null, alchemistQuestProgress: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "alchemist_quest_progress")
val alchemistQuestProgress: Int? = null
Link copied to clipboard
@SerialName(value = "alchemist_quest_start")
val alchemistQuestStart: Boolean? = null