예제 #1
0
 public Network()
 {
     this.World = new NetworkInfo();
     this.Login = new NetworkInfo();
     this.Lobby = new NetworkInfo();
 }
예제 #2
0
 public Network()
 {
     this.World = new NetworkInfo();
     this.Login = new NetworkInfo();
     this.Lobby = new NetworkInfo();
 }