Castle

@Serializable
data class Castle(val unlockedPathwaySkip: Boolean? = null, val fairyStep: Int? = null, val grubberStacks: Int? = null)

Constructors

Link copied to clipboard
constructor(unlockedPathwaySkip: Boolean? = null, fairyStep: Int? = null, grubberStacks: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "fairy_step")
val fairyStep: Int? = null
Link copied to clipboard
@SerialName(value = "grubber_stacks")
val grubberStacks: Int? = null
Link copied to clipboard
@SerialName(value = "unlocked_pathway_skip")
val unlockedPathwaySkip: Boolean? = null