24 public override void Invoke(
string[] args)
Wrapper class for the console abstraction.
static void WriteLine(string str)
Writes a string to the console and appends a newline.
The Default Command Parser for the Remote Console Client.
IEnumerable< BadNetworkConsoleClientCommand > Commands
The Commands.
Abstract Base Class for Remote Console Commands.
string Name
The Name of the Command.
Command that lists all commands available to the user.
override void Invoke(string[] args)
readonly BadDefaultNetworkClientCommandParser m_Parser
The Command Parser.
BadNetworkConsoleClientListCommand(BadDefaultNetworkClientCommandParser parser)
Constructs a new Command with the given name.
Contains Console Commands for the Remote Console Client.