ActiveClassJob

data class ActiveClassJob(val name: String, val level: Byte)

The active class/job of a character.

Constructors

Link copied to clipboard
constructor(name: String, level: Byte)

Properties

Link copied to clipboard
val level: Byte

The level of the currently active class/job for a character.

Link copied to clipboard

The name of the currently active class/job for a character.