Class RconClientEvent
Inheritance
System.Object
RconClientEvent
Implements
Namespace: OpenMod.Core.Rcon.Events
Assembly: OpenMod.Core.dll
Syntax
public abstract class RconClientEvent : Event, IEvent
Constructors
| Improve this Doc View SourceRconClientEvent(IRconClient)
Declaration
protected RconClientEvent(IRconClient client)
Parameters
| Type | Name | Description |
|---|---|---|
| IRconClient | client |
Properties
| Improve this Doc View SourceClient
Declaration
public IRconClient Client { get; }
Property Value
| Type | Description |
|---|---|
| IRconClient |