moons-ta-client
    Preparing search index...

    Interface Request_SetTournamentRoleName

    from protobuf message proto.packets.Request.SetTournamentRoleName

    interface Request_SetTournamentRoleName {
        roleId: string;
        roleName: string;
        tournamentId: string;
    }
    Index

    Properties

    roleId: string

    from protobuf field: string role_id = 2;

    roleName: string

    from protobuf field: string role_name = 3;

    tournamentId: string

    from protobuf field: string tournament_id = 1;