Inventory System
Search Results for

    Show / Hide Table of Contents

    Interface IItem

    Base interface for anything regarded as an Item.

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

    Properties

    | Edit this page View Source

    ItemData

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