Tournament

@Serializable
@SerialName(value = "tournament")
data class Tournament(val name: String, val postCount: Int) : ForumAuthor, BaseCharacter(source)

An author from a tournament world.

Constructors

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

Properties

Link copied to clipboard
open override val name: String

The name of the character that created the forum entry.

Link copied to clipboard

The total number of posts by this author.

Link copied to clipboard
open val url: String

The URL to the character's information page.