moons-ta-client
    Preparing search index...

    Interface Request_SetTournamentBannedMods

    from protobuf message proto.packets.Request.SetTournamentBannedMods

    interface Request_SetTournamentBannedMods {
        bannedMods: string[];
        tournamentId: string;
    }
    Index

    Properties

    bannedMods: string[]

    from protobuf field: repeated string banned_mods = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;