GW2v2Race

@Serializable
data class GW2v2Race(val id: String, val name: String, val skills: List<Int>)

Information about a playable race.

Parameters

id

the race's ID

name

the race's localized name

skills

an array of racial skill IDs

Constructors

Link copied to clipboard
constructor(id: String, name: String, skills: List<Int>)

Properties

Link copied to clipboard
val id: String

This field holds the race's ID.

Link copied to clipboard

This field holds the race's localized name.

Link copied to clipboard

This field holds an array of racial skill IDs.