Struct InventoryItemData
Represents data for an inventory item.
public struct InventoryItemData : IData
- Implements
- Inherited Members
- Extension Methods
Properties
Amount
public int Amount { readonly get; set; }
Property Value
Item
public ItemAspect Item { readonly get; set; }
Property Value
MaxAmountOverride
public int MaxAmountOverride { readonly get; set; }
Property Value
Slot
public int Slot { readonly get; set; }