mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
initial import from steam-vent repo
This commit is contained in:
commit
d936a6049b
237 changed files with 607341 additions and 0 deletions
19
steam/protos/steammessages_workshop.steamclient.proto
Normal file
19
steam/protos/steammessages_workshop.steamclient.proto
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
import "steammessages_base.proto";
|
||||
import "steammessages_unified_base.steamclient.proto";
|
||||
|
||||
option cc_generic_services = true;
|
||||
|
||||
message CWorkshop_GetEULAStatus_Request {
|
||||
optional uint32 appid = 1;
|
||||
}
|
||||
|
||||
message CWorkshop_GetEULAStatus_Response {
|
||||
optional uint32 version = 1;
|
||||
optional uint32 timestamp_action = 2;
|
||||
optional bool accepted = 3;
|
||||
optional bool needs_action = 4;
|
||||
}
|
||||
|
||||
service Workshop {
|
||||
rpc GetEULAStatus (.CWorkshop_GetEULAStatus_Request) returns (.CWorkshop_GetEULAStatus_Response);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue