Guild

data class Guild(val name: String, val id: String, val iconLayers: IconLayers)

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

Constructors

Link copied to clipboard
constructor(name: String, id: String, iconLayers: IconLayers)

Properties

Link copied to clipboard

The icon layers of the Free Company/PvP Team.

Link copied to clipboard
val id: String

The ID of the Free Company/PvP Team.

Link copied to clipboard

The name of the Free Company/PvP Team.