Character

@Serializable
@SerialName(value = "character")
data class Character(val rank: Int, val dromeLevel: Int, val name: String) : LeaderboardEntry, BaseCharacter(source)

A leaderboard entry belonging to a normal (non-deleted) character.

Constructors

Link copied to clipboard
constructor(rank: Int, dromeLevel: Int, name: String)

Properties

Link copied to clipboard
open override val dromeLevel: Int

The drome level of the character.

Link copied to clipboard
open override val name: String

The name of the character.

Link copied to clipboard
open override val rank: Int

The rank of the character.

Link copied to clipboard
open val url: String

The URL to the character's information page.