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