24 public string Name {
get; }
30 public abstract void Invoke(
string[] args);
Abstract Base Class for Remote Console Commands.
string Name
The Name of the Command.
BadNetworkConsoleClientCommand(string name)
Constructs a new Command with the given name.
void Invoke(string[] args)
Executes the Command with the given arguments.
Contains Console Commands for the Remote Console Client.