Exemplo n.º 1
0
 public void InitNet()
 {
     mNetSystem = new ClientPeer();
     mNetSystem.InitNet(ip, port);
 }