GW2v2WvwAbility
@Serializable
Information about an ability in the World versus World game mode.
Parameters
id
the ID of the ability
name
the ability's localized name
description
the ability's localized description
icon
a render service URL for the ability's icon
ranks
the ability's ranks
Constructors
Link copied to clipboard
constructor(id: GW2WvwAbilityId, name: String, description: String, icon: String, ranks: List<GW2v2WvwAbility.Rank>)