CreatureEntry

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

A creature entry of an Auction character, could be a bestiary or bosstiary entry.

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
val kills: Long

The number of kills done by the character.

Link copied to clipboard

The name of the creature.

Link copied to clipboard
val step: Int

The current unlock step of the character.