Interface IPlayerEvent
The base interface for all player related events.
Namespace: OpenMod.Extensions.Games.Abstractions.Players
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IPlayerEvent : IEvent
Properties
| Improve this Doc View SourcePlayer
The player related to the event.
Declaration
IPlayer Player { get; }
Property Value
Type | Description |
---|---|
IPlayer |