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 IHasInventory
Properties
| Improve this Doc View SourceInventory
Gets the inventory of the object.
Declaration
IInventory Inventory { get; }
Property Value
Type | Description |
---|---|
IInventory |