BadScript 2
Loading...
Searching...
No Matches
BadNetworkConsoleClientDisconnectCommand.cs
Go to the documentation of this file.
2
7{
12
18 {
19 m_Client = client;
20 }
21
23 public override void Invoke(string[] args)
24 {
25 m_Client.Stop();
26 }
27}