Interface INonConsumableItem
A basic sample of a non-consumable item.
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 |