Interface IRoomEvent
Event args used for all Room related events.
Namespace: Exiled.Events.EventArgs.Interfaces
Assembly: Exiled.Events.dll
Syntax
public interface IRoomEvent : IExiledEvent
Properties
| Improve this Doc View SourceRoom
Gets the Room that is a part of the event.
Declaration
Room Room { get; }
Property Value
Type | Description |
---|---|
Room |