Class GiftBox
- Namespace
- GuildWars2.Items
- Assembly
- GW2SDK.dll
Information about a gift box, which is used to represent most dye kits and some boss drops such as Drakkar's Hoard.
[JsonConverter(typeof(GiftBoxJsonConverter))]
public sealed record GiftBox : Container, IEquatable<Item>, IEquatable<Container>, IEquatable<GiftBox>
- Inheritance
-
GiftBox
- Implements
- Inherited Members
Remarks
It's unclear where the name GiftBox comes from.