Beispiel #1
0
 public void Connect(string username, string password)
 {
     if (!ReadyToConnect)
     {
         Debug.LogError("We're not ready to connect yet!");
         return;
     }
     _tcpConnection.StartClient(username, password);
 }
 public void Connect(string username, string password)
 {
     _tcpConnection.StartClient(username, password);
 }