Zone

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

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: Int, mode: String, world: Int, zone: Int)

Properties

Link copied to clipboard
val id: Int

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: Int

This field holds the world this zone is in.

Link copied to clipboard
val zone: Int

This field holds the zone's number.