Interface IItemInstance
Represents the instance of an item.
Namespace: OpenMod.Extensions.Games.Abstractions.Items
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IItemInstanceProperties
| Improve this Doc View SourceItem
Gets the item.
Declaration
IItem Item { get; }Property Value
| Type | Description | 
|---|---|
| IItem | 
