ClassJobLevel

data class ClassJobLevel(val name: String, val level: Byte, val experience: Experience?)

The level of a character in a given class/job.

Constructors

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

Properties

Link copied to clipboard

The experience that the character has in the class/job.

Link copied to clipboard
val level: Byte

The level of the class/job.

Link copied to clipboard

The name of the class/job.