moons-ta-client
    Preparing search index...

    Interface Request_SubmitQualifierScore

    from protobuf message proto.packets.Request.SubmitQualifierScore

    interface Request_SubmitQualifierScore {
        map?: GameplayParameters;
        qualifierScore?: LeaderboardEntry;
        tournamentId: string;
    }
    Index

    Properties

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

    qualifierScore?: LeaderboardEntry

    from protobuf field: proto.models.LeaderboardEntry qualifier_score = 2;

    tournamentId: string

    from protobuf field: string tournament_id = 1;