moons-ta-client
    Preparing search index...

    Interface Request_SetTournamentName

    from protobuf message proto.packets.Request.SetTournamentName

    interface Request_SetTournamentName {
        tournamentId: string;
        tournamentName: string;
    }
    Index

    Properties

    tournamentId: string

    from protobuf field: string tournament_id = 1;

    tournamentName: string

    from protobuf field: string tournament_name = 2;