Class RconStartListener
Inheritance
System.Object
RconStartListener
Assembly: OpenMod.Core.dll
Syntax
public class RconStartListener : object, IEventListener<OpenModInitializedEvent>, IEventListener
Constructors
|
Improve this Doc
View Source
RconStartListener(IEventBus, IRuntime, IConfiguration)
Declaration
public RconStartListener(IEventBus eventBus, IRuntime runtime, IConfiguration openModConfiguration)
Parameters
Type |
Name |
Description |
IEventBus |
eventBus |
|
IRuntime |
runtime |
|
IConfiguration |
openModConfiguration |
|
Methods
|
Improve this Doc
View Source
HandleEventAsync(Nullable<Object>, OpenModInitializedEvent)
Declaration
public Task HandleEventAsync(object? sender, OpenModInitializedEvent event)
Parameters
Returns
Implements
Extension Methods