23 public override void Invoke(
string[] args)
Implements the Client for the Remote Console.
void Stop()
Stops the Client.
Abstract Base Class for Remote Console Commands.
Commands that disconnects the client from the server.
override void Invoke(string[] args)
readonly BadNetworkConsoleClient m_Client
The Client that owns this Command.
BadNetworkConsoleClientDisconnectCommand(BadNetworkConsoleClient client)
Constructs a new Command with the given name.
Contains Console Commands for the Remote Console Client.