mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
Update to latest proto definitions from SteamDatabase/Protobufs
From commit 085746bbf6b48d1b89b7a63e7876932793f4c08f
This commit is contained in:
parent
8634a44673
commit
8ce47e5e16
127 changed files with 40662 additions and 28630 deletions
|
|
@ -21,13 +21,6 @@ message CMsgClientTicketAuthComplete {
|
|||
optional fixed64 owner_steam_id = 8;
|
||||
}
|
||||
|
||||
message CMsgClientCMList {
|
||||
repeated uint32 cm_addresses = 1;
|
||||
repeated uint32 cm_ports = 2;
|
||||
repeated string cm_websocket_addresses = 3;
|
||||
optional uint32 percent_default_to_websocket = 4;
|
||||
}
|
||||
|
||||
message CMsgClientP2PConnectionInfo {
|
||||
optional fixed64 steam_id_dest = 1;
|
||||
optional fixed64 steam_id_src = 2;
|
||||
|
|
@ -35,6 +28,7 @@ message CMsgClientP2PConnectionInfo {
|
|||
optional bytes candidate = 4;
|
||||
optional fixed64 legacy_connection_id_src = 5;
|
||||
optional bytes rendezvous = 6;
|
||||
optional uint32 app_id_secondary = 7;
|
||||
}
|
||||
|
||||
message CMsgClientP2PConnectionFailInfo {
|
||||
|
|
@ -165,6 +159,11 @@ message CMsgClientAuthListAck {
|
|||
optional uint32 message_sequence = 3;
|
||||
}
|
||||
|
||||
message CMsgGameServerPolicyUpdate {
|
||||
optional uint32 app_id = 1;
|
||||
optional uint32 app_id_aux = 2;
|
||||
}
|
||||
|
||||
message CMsgClientLicenseList {
|
||||
message License {
|
||||
optional uint32 package_id = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue