moons-ta-client
    Preparing search index...

    Interface Request_AddTournamentPoolMaps

    from protobuf message proto.packets.Request.AddTournamentPoolMaps

    interface Request_AddTournamentPoolMaps {
        maps: Map[];
        poolId: string;
        tournamentId: string;
    }
    Index

    Properties

    maps: Map[]

    from protobuf field: repeated proto.models.Map maps = 3;

    poolId: string

    from protobuf field: string pool_id = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;