moons-ta-client
    Preparing search index...

    Interface Request_Join

    from protobuf message proto.packets.Request.Join

    interface Request_Join {
        modList: string[];
        password: string;
        tournamentId: string;
    }
    Index

    Properties

    modList: string[]

    from protobuf field: repeated string mod_list = 3;

    password: string

    from protobuf field: string password = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;