Class BaseCommandController<TPlayer>
Inherited Members
Namespace: SlipeServer.LuaControllers
Assembly: SlipeServer.LuaControllers.dll
Syntax
public abstract class BaseCommandController<TPlayer> : BaseCommandController where TPlayer : Player
Type Parameters
| Name | Description |
|---|---|
| TPlayer |
Properties
| Edit this page View SourceContext
Declaration
public CommandContext<TPlayer> Context { get; }
Property Value
| Type | Description |
|---|---|
| CommandContext<TPlayer> |