Get desktop application:
View/edit binary Protocol Buffers messages
Used in: UserStatsProto
required double rating = 1
required double rating_deviation = 2
optional int64 last_game_time_ms = 3
Used in: MatchProto
optional string name = 1
optional bool limited = 2
optional bool rated = 3
optional SkillLevel skill_level = 4
optional int32 wins_needed = 5
Used in: MatchProto
optional string name = 1
optional int32 wins = 2
optional bool bye = 4
optional bool human = 5
Used in: TableProto, TourneyRoundProto
optional string name = 1
optional string game_type = 2
optional string deck_type = 3
optional int32 games = 4
optional int32 draws = 5
optional int64 end_time_ms = 8
Used in: MatchPlayerProto
NO_MATCH_QUIT = 0
IDLE_TIMEOUT = 1
TIMER_TIMEOUT = 2
QUIT = 3
Used in: MatchOptionsProto
BEGINNER = 0
CASUAL = 1
SERIOUS = 2
optional string game_type = 3
optional string deck_type = 4
optional string name = 5
optional string controller_name = 6
optional int64 start_time_ms = 7
optional int64 end_time_ms = 8
Used in: TourneyProto
optional string name = 1
optional string player_type = 2
optional string replaced_player_name = 3
Used in: TableProto
optional string booster_info = 1
Used in: TourneyPlayerProto
NO_TOURNEY_QUIT = 0
DURING_ROUND = 1
DURING_DRAFTING = 2
DURING_CONSTRUCTION = 3
Used in: TourneyProto
optional int32 round = 1
repeated MatchProto matches = 2
repeated string byes = 3
optional string name = 1
optional int32 tourneys = 2
optional int32 tourneys_quit_during_round = 3
optional int32 tourneys_quit_during_drafting = 4
optional int32 tourneys_quit_during_construction = 5
optional int32 matches = 6
optional int32 matches_idle_timeout = 7
optional int32 matches_timer_timeout = 8
optional int32 matches_quit = 9
optional GlickoRatingProto general_glicko_rating = 10
optional GlickoRatingProto constructed_glicko_rating = 11
optional GlickoRatingProto limited_glicko_rating = 12