Class EquipmentTemplate
- Namespace
- GuildWars2.Hero.Equipment.Templates
- Assembly
- GW2SDK.dll
Information about an equipment tab on the character.
[JsonConverter(typeof(EquipmentTemplateJsonConverter))]
public sealed record EquipmentTemplate : IEquatable<EquipmentTemplate>
- Inheritance
-
EquipmentTemplate
- Implements
- Inherited Members
Properties
- Items
The selected equipment for the current template.
- Name
The player-chosen name for the current template.
- PvpEquipment
The selected PvP equipment for the current template.
- TabNumber
The tab number of the current template.