Inventory System
Search Results for

    Show / Hide Table of Contents

    Interface IEquipmentItem

    Interface for all IItems that can be equipped.

    Inherited Members
    IItem.ItemData
    ICopyable<IItem>.DeepCopy()
    IEquivalent<IItem>.IsEquivalentTo(IItem)
    Namespace: InventorySystem.EquipmentInventory
    Assembly: InventorySystem.dll
    Syntax
    public interface IEquipmentItem : IItem, ICopyable<IItem>, IEquivalent<IItem>

    Properties

    | Edit this page View Source

    EquipmentType

    The EquipmentType in which this IEquipmentItem can be equipped in.

    Declaration
    EquipmentType EquipmentType { get; }
    Property Value
    Type Description
    EquipmentType
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX