Interface IGeneratorEvent
Event args used for all Generator related events.
Namespace: Exiled.Events.EventArgs.Interfaces
Assembly: Exiled.Events.dll
Syntax
public interface IGeneratorEvent : IExiledEvent
Properties
| Improve this Doc View SourceGenerator
Gets the Generator triggering the event.
Declaration
Generator Generator { get; }
Property Value
Type | Description |
---|---|
Generator |