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
38
steam/protos/steammessages_sitelicenseclient.proto
Normal file
38
steam/protos/steammessages_sitelicenseclient.proto
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
import "steammessages_base.proto";
|
||||
|
||||
option optimize_for = SPEED;
|
||||
option cc_generic_services = false;
|
||||
|
||||
message CMsgClientSiteInfo {
|
||||
optional uint64 site_id = 1;
|
||||
optional string site_name = 2;
|
||||
optional bool allow_cached_credentials = 3;
|
||||
}
|
||||
|
||||
message CMsgClientSiteLicenseCheckout {
|
||||
optional uint32 appid = 1;
|
||||
}
|
||||
|
||||
message CMsgClientSiteLicenseCheckoutResponse {
|
||||
optional int32 eresult = 1 [default = 2];
|
||||
}
|
||||
|
||||
message CMsgClientSiteLicenseGetAvailableSeats {
|
||||
optional uint32 appid = 1;
|
||||
}
|
||||
|
||||
message CMsgClientSiteLicenseGetAvailableSeatsResponse {
|
||||
optional int32 eresult = 1 [default = 2];
|
||||
optional uint32 seats = 2;
|
||||
}
|
||||
|
||||
message CMsgClientSiteLicenseGetContentCacheInfo {
|
||||
}
|
||||
|
||||
message CMsgClientSiteLicenseGetContentCacheInfoResponse {
|
||||
optional bool use_cache = 1;
|
||||
optional uint32 ipv4_address = 2;
|
||||
optional uint32 port_number = 3;
|
||||
optional uint32 p2p_group = 4;
|
||||
optional string ip_address = 5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue