Table of Contents

Class Consumable

Namespace
GuildWars2.Items
Assembly
GW2SDK.dll

Information about a consumable item. This type is the base type for all consumable items. Cast objects of this type to a more specific type to access more properties.

[JsonConverter(typeof(ConsumableJsonConverter))]
public record Consumable : Item, IEquatable<Item>, IEquatable<Consumable>
Inheritance
Consumable
Implements
Derived
Inherited Members