Interface IEntityEvent
The base interface for all entity related events.
Namespace: OpenMod.Extensions.Games.Abstractions.Entities
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IEntityEvent : IEvent
Properties
| Improve this Doc View SourceEntity
Gets the entity related to the event.
Declaration
IEntity Entity { get; }
Property Value
Type | Description |
---|---|
IEntity |