Update to latest proto definitions from SteamDatabase/Protobufs

From commit 085746bbf6b48d1b89b7a63e7876932793f4c08f
This commit is contained in:
TBK 2025-10-18 20:00:55 +02:00 committed by Robin Appelman
commit 8ce47e5e16
127 changed files with 40662 additions and 28630 deletions

View file

@ -18,6 +18,7 @@ message CMsgGSServerType {
message CMsgGSStatusReply {
optional bool is_secure = 1;
optional bool is_valveds = 2;
}
message CMsgGSPlayerList {
@ -84,6 +85,7 @@ message CMsgClientGMSServerQuery {
optional uint32 region_code = 3;
optional string filter_text = 4;
optional uint32 max_servers = 5;
optional string sdr_ping_location = 6;
}
message CMsgGMSClientServerQueryResponse {