Example #1
0
    public void OnConnectClick(GameObject sender)
    {
        Debug.Log("connect clicked");

        srv_comm.ConnectToServer(SERVER_IP, PORT);
    }