Class Food
- Namespace
- GuildWars2.Items
- Assembly
- GW2SDK.dll
Information about a food item, which typically grants a nourishment effect when consumed.
[JsonConverter(typeof(FoodJsonConverter))]
public sealed record Food : Consumable, IEquatable<Item>, IEquatable<Consumable>, IEquatable<Food>
- Inheritance
-
Food
- Implements
- Inherited Members
Properties
- Effect
The effect applied when the item is consumed.