Class CommandContext<TPlayer>
Inheritance
CommandContext<TPlayer>
Assembly: SlipeServer.LuaControllers.dll
Syntax
public class CommandContext<TPlayer> : CommandContext where TPlayer : Player
Type Parameters
Constructors
|
Edit this page
View Source
CommandContext(TPlayer, string)
Declaration
public CommandContext(TPlayer player, string command)
Parameters
| Type |
Name |
Description |
| TPlayer |
player |
|
| string |
command |
|
Properties
|
Edit this page
View Source
Player
Declaration
public TPlayer Player { get; }
Property Value