Esempio n. 1
0
 public Network()
 {
     this.World = new NetworkInfo();
     this.Login = new NetworkInfo();
     this.Lobby = new NetworkInfo();
 }
Esempio n. 2
0
 public Network()
 {
     this.World = new NetworkInfo();
     this.Login = new NetworkInfo();
     this.Lobby = new NetworkInfo();
 }