Interface IHasInventory
Represents an object that may have an inventory.
Namespace: OpenMod.Extensions.Games.Abstractions.Items
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IHasInventoryProperties
| Improve this Doc View SourceInventory
Gets the inventory of the object.
Declaration
IInventory Inventory { get; }Property Value
| Type | Description | 
|---|---|
| IInventory | 
