Example #1
0
    // PRIVATE METHODS

    void ServerFound(int clientJoinRequestId, int serverJoinRequestId, string ipAddress, int port)
    {
        GuiScreenLobbyBase page = GetLobbyPage(clientJoinRequestId);

        if (page != null)
        {
            page.ServerFound(serverJoinRequestId, ipAddress, port);
        }
    }