GW2v2WizardsVaultObjective

@Serializable
data class GW2v2WizardsVaultObjective(val id: Int, val title: String, val track: GW2v2WizardsVaultObjective.Track, val acclaim: Int)

Information about a Wizard's Vault's objective.

Parameters

id

the objective's ID

title

the objective's title

track

the objective's track

acclaim

the amount of Astral Acclaim the player receives for completing the objective

Constructors

Link copied to clipboard
constructor(id: Int, title: String, track: GW2v2WizardsVaultObjective.Track, acclaim: Int)

Types

Link copied to clipboard

the objective's track

Properties

Link copied to clipboard

This field holds the amount of Astral Acclaim the player receives for completing the objective.

Link copied to clipboard
val id: Int

This field holds the objective's ID.

Link copied to clipboard

This field holds the objective's title.

Link copied to clipboard

This field holds the objective's track.