moons-ta-client
    Preparing search index...

    Interface Push_QualifierScoreSubmitted

    from protobuf message proto.packets.Push.QualifierScoreSubmitted

    interface Push_QualifierScoreSubmitted {
        event?: QualifierEvent;
        map?: GameplayParameters;
        qualifierScore?: LeaderboardEntry;
        tournamentId: string;
    }
    Index

    Properties

    from protobuf field: proto.models.QualifierEvent event = 2;

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

    qualifierScore?: LeaderboardEntry

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

    tournamentId: string

    from protobuf field: string tournament_id = 1;