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
|
|
@ -73,6 +73,7 @@ message CMsgClientGetClientAppListResponse {
|
|||
repeated .CMsgClientGetClientAppListResponse.App.DLC dlcs = 9;
|
||||
optional bool download_paused = 11;
|
||||
optional uint32 num_downloading = 12;
|
||||
optional uint32 num_paused = 13;
|
||||
optional bool changing = 14;
|
||||
optional bool available_on_platform = 15;
|
||||
optional uint64 bytes_staged = 16;
|
||||
|
|
@ -85,7 +86,6 @@ message CMsgClientGetClientAppListResponse {
|
|||
optional bool uninstalling = 23;
|
||||
optional uint32 rt_time_scheduled = 24;
|
||||
optional bool running = 25;
|
||||
optional uint32 update_percentage = 26;
|
||||
}
|
||||
|
||||
repeated .CMsgClientGetClientAppListResponse.App apps = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue