BosstiaryEntry

@Serializable
data class BosstiaryEntry(val name: String, val kills: Long, val step: Int) : AuctionCreatureEntry(source)

A bosstiary entry of an Auction character.

Constructors

Link copied to clipboard
constructor(name: String, kills: Long, step: Int)

Properties

Link copied to clipboard

Whether the entry is complete or not.

Link copied to clipboard
open override val kills: Long

The number of kills done by the character.

Link copied to clipboard
open override val name: String

The name of the creature.

Link copied to clipboard
open override val step: Int

The current unlock step of the character.