moons-ta-client
    Preparing search index...

    Interface Request_Connect

    -- Other Requests -- //

    from protobuf message proto.packets.Request.Connect

    interface Request_Connect {
        clientVersion: number;
        uiVersion: number;
    }
    Index

    Properties

    clientVersion: number

    from protobuf field: int32 client_version = 1;

    uiVersion: number

    from protobuf field: int32 ui_version = 2;