Zone

@Serializable
data class Zone(val id: Long, val mode: String, val world: Long, val zone: Long)

Information about a zone completed by a character.

Parameters

id

the zone's ID

mode

the mode used when completing this zone

world

the world this zone is in

zone

the zone's number

Constructors

Link copied to clipboard
constructor(id: Long, mode: String, world: Long, zone: Long)

Properties

Link copied to clipboard
val id: Long

This field holds the zone's ID.

Link copied to clipboard

This field holds the mode used when completing this zone.

Link copied to clipboard
val world: Long

This field holds the world this zone is in.

Link copied to clipboard
val zone: Long

This field holds the zone's number.