Class Unlocker
- Namespace
- GuildWars2.Items
- Assembly
- GW2SDK.dll
Information about a consumable item that unlocks something for the account when consumed. This type is the base type for all unlock items. Cast objects of this type to a more specific type to access more properties.
[JsonConverter(typeof(UnlockerJsonConverter))]
public record Unlocker : Consumable, IEquatable<Item>, IEquatable<Consumable>, IEquatable<Unlocker>
- Inheritance
-
Unlocker
- Implements
- Derived
- Inherited Members