RabbitHitmen

@Serializable
data class RabbitHitmen(val rabbitHitmenSlots: Int? = null, val missedUncollectedEggs: Int? = null, val eggSlotCooldownMark: Long? = null, val eggSlotCooldownSum: Long? = null)

Constructors

Link copied to clipboard
constructor(rabbitHitmenSlots: Int? = null, missedUncollectedEggs: Int? = null, eggSlotCooldownMark: Long? = null, eggSlotCooldownSum: Long? = null)

Properties

Link copied to clipboard
@SerialName(value = "egg_slot_cooldown_mark")
val eggSlotCooldownMark: Long? = null
Link copied to clipboard
@SerialName(value = "egg_slot_cooldown_sum")
val eggSlotCooldownSum: Long? = null
Link copied to clipboard
@SerialName(value = "missed_uncollected_eggs")
val missedUncollectedEggs: Int? = null
Link copied to clipboard
@SerialName(value = "rabbit_hitmen_slots")
val rabbitHitmenSlots: Int? = null