Ejemplo n.º 1
0
 public void ConectToServer()
 {
     tcp.Connect();
     Init();
 }
Ejemplo n.º 2
0
 /// <summary>Attempts to connect to the server.</summary>
 public void ConnectToServer()
 {
     isConnected = true;
     tcp.Connect(); // Connect tcp, udp gets connected once tcp is done
 }