Esempio n. 1
0
 public Network()
 {
     this._world = new NetworkInfo();
     this._login = new NetworkInfo();
     this._lobby = new NetworkInfo();
 }
Esempio n. 2
0
 public ApiEndpoints()
 {
     this._remoteAdminHost = new TargetUrl();
     this._controlService  = new NetworkInfo();
 }