moons-ta-client
    Preparing search index...

    Interface Request_UpdateTournamentPoolMap

    from protobuf message proto.packets.Request.UpdateTournamentPoolMap

    interface Request_UpdateTournamentPoolMap {
        map?: Map;
        poolId: string;
        tournamentId: string;
    }
    Index

    Properties

    map?: Map

    from protobuf field: proto.models.Map map = 3;

    poolId: string

    from protobuf field: string pool_id = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;