예제 #1
0
 internal RCON(string address, int port, string pw)
 {
     Password = pw;
     ConnectionPool.InitializePool(address, port);
 }