Interface IScopedEvent
Namespace: Void.Proxy.Api.Events
Assembly: Void.Proxy.Api.dll
Represents an event associated with a specific player.
public interface IScopedEvent : IEventImplements
Remarks
Scoped event listeners are ordinarily filtered so that they receive events for the player scope in which they were registered.
Properties
Player
Gets the player whose scope contains the event.
IPlayer Player { get; }