Interface IDoorEvent
- Namespace
- Exiled.Events.EventArgs.Interfaces
- Assembly
- Exiled.Events.dll
Event args used for all Door related events.
public interface IDoorEvent : IExiledEvent
- Extension Methods
Properties
Door
Gets the Door triggering the event.
Door Door { get; }