DragonFight

@Serializable
data class DragonFight(val enderCrystalsDestroyed: Double? = null, val amountSummoned: Map<String, Double>? = null, val summoningEyesContributed: Map<String, Double>? = null, val mostDamage: Map<String, Double>? = null, val highestRank: Map<String, Double>? = null, val fastestKill: Map<String, Double>? = null)

Constructors

Link copied to clipboard
constructor(enderCrystalsDestroyed: Double? = null, amountSummoned: Map<String, Double>? = null, summoningEyesContributed: Map<String, Double>? = null, mostDamage: Map<String, Double>? = null, highestRank: Map<String, Double>? = null, fastestKill: Map<String, Double>? = null)

Properties

Link copied to clipboard
@SerialName(value = "amount_summoned")
val amountSummoned: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "ender_crystals_destroyed")
val enderCrystalsDestroyed: Double? = null
Link copied to clipboard
@SerialName(value = "fastest_kill")
val fastestKill: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "highest_rank")
val highestRank: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "most_damage")
val mostDamage: Map<String, Double>? = null
Link copied to clipboard
@SerialName(value = "summoning_eyes_contributed")
val summoningEyesContributed: Map<String, Double>? = null