mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
Revert "Update to latest proto definitions from SteamDatabase/Protobufs"
This reverts commit 9946f23749 for BC reasons.
This commit is contained in:
parent
38ae8528fb
commit
70a102b373
127 changed files with 28656 additions and 40688 deletions
|
|
@ -21,6 +21,13 @@ 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;
|
||||
|
|
@ -28,7 +35,6 @@ 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 {
|
||||
|
|
@ -159,11 +165,6 @@ 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