EndIsland

@Serializable
data class EndIsland(val dragonFight: DragonFight? = null, val summoningEyesCollected: Double? = null, val specialZealotLootCollected: Double? = null)

Constructors

Link copied to clipboard
constructor(dragonFight: DragonFight? = null, summoningEyesCollected: Double? = null, specialZealotLootCollected: Double? = null)

Properties

Link copied to clipboard
@SerialName(value = "dragon_fight")
val dragonFight: DragonFight? = null
Link copied to clipboard
@SerialName(value = "special_zealot_loot_collected")
val specialZealotLootCollected: Double? = null
Link copied to clipboard
@SerialName(value = "summoning_eyes_collected")
val summoningEyesCollected: Double? = null