Interface IInventoryWorldObjectComponent
We implement this interface to all world object components that have inventories.
Inherited Members
Namespace: Eco.Gameplay.Objects
Assembly: Eco.Gameplay.dll
Syntax
public interface IInventoryWorldObjectComponent : IPermanentDestroyHandler
Properties
Inventory
Declaration
Inventory Inventory { get; }
Property Value
Type | Description |
---|---|
Inventory |
Explicit Interface Implementations
IPermanentDestroyHandler.OnPermanentDestroy()
Declaration
void IPermanentDestroyHandler.OnPermanentDestroy()