BadScript 2
Loading...
Searching...
No Matches
BadNetworkConsoleClientListCommand.cs
Go to the documentation of this file.
2
7{
12
19 {
20 m_Parser = parser;
21 }
22
24 public override void Invoke(string[] args)
25 {
26 BadConsole.WriteLine("Commands:");
27
29 {
30 BadConsole.WriteLine('\t' + command.Name);
31 }
32 }
33}
Wrapper class for the console abstraction.
Definition BadConsole.cs:12
static void WriteLine(string str)
Writes a string to the console and appends a newline.
Definition BadConsole.cs:76
BadNetworkConsoleClientListCommand(BadDefaultNetworkClientCommandParser parser)
Constructs a new Command with the given name.