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