OnlineCharacter

@Serializable
data class OnlineCharacter(val name: String, val level: Int, val vocation: Vocation) : BaseCharacter, CharacterLevel(source)

An online character.

Constructors

Link copied to clipboard
constructor(name: String, level: Int, vocation: Vocation)

Properties

Link copied to clipboard
open override val level: Int

The level of the character

Link copied to clipboard
open override val name: String

The name of the character.

Link copied to clipboard

The party shared experience range of the character.

Link copied to clipboard
open val url: String

The URL to the character's information page.

Link copied to clipboard

The vocation of the character