Beispiel #1
0
 void CommandMessageHandle(Client client, string command)
 {
     CommandProcessor.Process(client, command);
 }