Package-level declarations

Types

Link copied to clipboard
typealias FreeCompany = Guild
Link copied to clipboard
data class Guild(val name: String, val id: String, val iconLayers: IconLayers)

The Free Company/PvP Team that a character is a member of.

Link copied to clipboard
data class IconLayers(val bottom: String, val middle: String, val top: String)

The layers that make up the icon of the Free Company/PvP Team.

Link copied to clipboard
typealias PvpTeam = Guild