Method | Description | |
---|---|---|
Execute ( IGameContext gameContext, string name, string parameters ) : string |
The execute.
|
|
HelpCommand ( IKernel kernel ) : Protoinject |
Initializes a new instance of the HelpCommand class.
|
public Execute ( IGameContext gameContext, string name, string parameters ) : string | ||
gameContext | IGameContext | /// The game context. /// |
name | string | /// The name. /// |
parameters | string | /// The parameters. /// |
return | string |
public HelpCommand ( IKernel kernel ) : Protoinject | ||
kernel | IKernel | /// The kernel. /// |
return | Protoinject |