moons-ta-client
    Preparing search index...

    Interface Request_LoadSong

    from protobuf message proto.packets.Request.LoadSong

    interface Request_LoadSong {
        customHostUrl: string;
        forwardTo: string[];
        levelId: string;
        tournamentId: string;
    }
    Index

    Properties

    customHostUrl: string

    from protobuf field: string custom_host_url = 2;

    forwardTo: string[]

    from protobuf field: repeated string forward_to = 4;

    levelId: string

    from protobuf field: string level_id = 1;

    tournamentId: string

    from protobuf field: string tournament_id = 3;