Class GatheringTool
- Namespace
- GuildWars2.Items
- Assembly
- GW2SDK.dll
Information about a gathering tool. This type is the base type for all gathering tools. Cast objects of this type to a more specific type to access more properties.
[JsonConverter(typeof(GatheringToolJsonConverter))]
public record GatheringTool : Item, IEquatable<Item>, IEquatable<GatheringTool>
- Inheritance
-
GatheringTool
- Implements
- Derived
- Inherited Members