Interface IItemEvent
The base interface used for all item related events.
Namespace: OpenMod.Extensions.Games.Abstractions.Items
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IItemEvent : IEvent
Properties
| Improve this Doc View SourceItem
Gets the item related to the event.
Declaration
IItem Item { get; }
Property Value
Type | Description |
---|---|
IItem |