Show / Hide Table of Contents

    Interface INonConsumableItem

    A basic sample of a non-consumable item.

    Inherited Members
    IEntity.Id
    IEntity.Initialize()
    IEntity.Cleanup(IEntityLoaderService)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface INonConsumableItem : IEntity, IInjectable

    Properties

    NonConsumableItemData

    The INonConsumableItemData associated with this controller.

    Declaration
    INonConsumableItemData NonConsumableItemData { get; }
    Property Value
    Type Description
    INonConsumableItemData

    NonConsumableItemSavedData

    This INonConsumableItemSavedData's saved data

    Declaration
    INonConsumableItemSavedData NonConsumableItemSavedData { get; }
    Property Value
    Type Description
    INonConsumableItemSavedData
    Back to top Copyright © 2020 East Side Games Inc.