コード例 #1
0
 // gate
 public void GateAuth()
 {
     _client.Auth(Config.GateIp, Config.GatePort, _user);
 }