Interface IEquipmentItem
Interface for all IItems that can be equipped.
Inherited Members
Namespace: InventorySystem.EquipmentInventory
Assembly: InventorySystem.dll
Syntax
public interface IEquipmentItem : IItem, ICopyable<IItem>, IEquivalent<IItem>
Properties
| Edit this page View SourceEquipmentType
The EquipmentType in which this IEquipmentItem can be equipped in.
Declaration
EquipmentType EquipmentType { get; }
Property Value
Type | Description |
---|---|
EquipmentType |