Interface IItem
Base interface for anything regarded as an Item.
Namespace: InventorySystem.Items
Assembly: InventorySystem.dll
Syntax
public interface IItem : ICopyable<IItem>, IEquivalent<IItem>
Properties
| Edit this page View SourceItemData
Declaration
ItemData ItemData { get; }
Property Value
Type | Description |
---|---|
ItemData |