Skip to content

Commit 8bf6338

Browse files
protobuf: updated to 91c015eb323a0963fbc3c4781f64c4c312e67478 (#223)
see https://github.com/SteamDatabase/GameTracking-CSGO Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1cc4fa0 commit 8bf6338

File tree

2 files changed

+475
-357
lines changed

2 files changed

+475
-357
lines changed

pkg/demoinfocs/msg/proto/steammessages.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,9 @@ message CMsgGCGetPartnerAccountLink {
441441
message CMsgGCGetPartnerAccountLink_Response {
442442
optional uint32 pwid = 1;
443443
optional uint32 nexonid = 2;
444+
optional int32 ageclass = 3;
445+
optional bool id_verified = 4 [default = true];
446+
optional bool is_adult = 5;
444447
}
445448

446449
message CMsgGCRoutingInfo {

0 commit comments

Comments
 (0)