yolkbot
    Preparing search index...

    Interface GameFoundResponse

    interface GameFoundResponse {
        command: "gameFound";
        id: string;
        noobLobby: boolean;
        private: boolean;
        region: string;
        subdomain: string;
        useAltGameURL?: boolean;
        uuid: string;
    }

    Hierarchy

    Index

    Properties

    command: "gameFound"
    id: string
    noobLobby: boolean
    private: boolean
    region: string
    subdomain: string
    useAltGameURL?: boolean
    uuid: string