Skip to content

Commit 7caddab

Browse files
1 files | M dota2/dota_gcmessages_server.proto
1 parent c427dae commit 7caddab

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

dota2/dota_gcmessages_server.proto

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,9 @@ message CMsgServerToGCRequestBatchPlayerResourcesResponse {
603603
optional int32 wins = 11;
604604
optional int32 losses = 12;
605605
optional int32 smurf_category = 13;
606+
optional int32 comm_score = 14;
607+
optional int32 behavior_score = 15;
608+
optional int32 rank_uncertainty = 16;
606609
}
607610

608611
repeated .CMsgServerToGCRequestBatchPlayerResourcesResponse.Result results = 6;
@@ -1321,6 +1324,20 @@ message CMsgSteamLearnMatchInfoPlayer {
13211324
optional uint32 player_mmr = 6;
13221325
}
13231326

1327+
message CMsgSteamLearnMatchInfoTeam {
1328+
message Player {
1329+
optional uint32 prematch_mmr = 1;
1330+
optional uint32 prematch_rank_uncertainty = 2;
1331+
optional uint32 prematch_behavior_score = 3;
1332+
optional uint32 prematch_comm_score = 4;
1333+
optional uint32 num_players_in_party = 5;
1334+
}
1335+
1336+
repeated .CMsgSteamLearnMatchInfoTeam.Player radiant_players = 1 [(steamlearn_count) = 5];
1337+
repeated .CMsgSteamLearnMatchInfoTeam.Player dire_players = 2 [(steamlearn_count) = 5];
1338+
optional bool radiant_team_won = 3;
1339+
}
1340+
13241341
message CMsgSteamLearnMatchHeroesV3 {
13251342
repeated int32 radiant_hero_ids = 1 [(steamlearn_count) = 5];
13261343
repeated int32 dire_hero_ids = 2 [(steamlearn_count) = 5];

0 commit comments

Comments
 (0)