steamutils 1.3.65 → 1.3.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SteamClient.js +6 -3
- package/package.json +2 -2
- package/protos/csgo/base_gcmessages.proto +553 -0
- package/protos/csgo/connectionless_netmessages.proto +0 -2
- package/protos/csgo/cs_gameevents.proto +1 -0
- package/protos/csgo/cstrike15_gcmessages.proto +41 -12
- package/protos/csgo/cstrike15_usermessages.proto +0 -4
- package/protos/csgo/demo.proto +5 -0
- package/protos/csgo/econ_gcmessages.proto +0 -9
- package/protos/csgo/gcsdk_gcmessages.proto +2 -2
- package/protos/csgo/gcsystemmsgs.proto +1 -0
- package/protos/csgo/netmessages.proto +22 -8
- package/protos/csgo/networkbasetypes.proto +2 -0
- package/protos/csgo/steammessages.proto +23 -0
- package/protos/csgo/usercmd.proto +2 -1
- package/protos/csgo/usermessages.proto +31 -0
- package/protos/steam/enums.proto +58 -1
- package/protos/steam/enums_clientserver.proto +3 -34
- package/protos/steam/enums_productinfo.proto +1 -0
- package/protos/steam/htmlmessages.proto +12 -0
- package/protos/steam/steamdatagram_messages_sdr.proto +1 -1
- package/protos/steam/steammessages_accounthardware.steamclient.proto +18 -52
- package/protos/steam/steammessages_appoverview.proto +18 -1
- package/protos/steam/steammessages_auth.steamclient.proto +128 -188
- package/protos/steam/steammessages_base.proto +3 -0
- package/protos/steam/steammessages_broadcast.steamclient.proto +126 -267
- package/protos/steam/steammessages_chat.steamclient.proto +79 -290
- package/protos/steam/steammessages_client_objects.proto +4 -0
- package/protos/steam/steammessages_clientlanp2p.proto +1 -0
- package/protos/steam/steammessages_clientmetrics.steamclient.proto +0 -2
- package/protos/steam/steammessages_clientnotificationtypes.proto +19 -0
- package/protos/steam/steammessages_clientserver_2.proto +11 -0
- package/protos/steam/steammessages_clientserver_login.proto +1 -1
- package/protos/steam/steammessages_clientserver_mms.proto +228 -235
- package/protos/steam/steammessages_clientserver_ucm.proto +2 -0
- package/protos/steam/steammessages_clientserver_uds.proto +1 -0
- package/protos/steam/steammessages_clientserver_ufs.proto +0 -127
- package/protos/steam/steammessages_clientsettings.proto +46 -6
- package/protos/steam/steammessages_cloud.steamclient.proto +158 -249
- package/protos/steam/steammessages_contentsystem.steamclient.proto +16 -8
- package/protos/steam/steammessages_credentials.steamclient.proto +7 -26
- package/protos/steam/steammessages_datapublisher.steamclient.proto +30 -44
- package/protos/steam/steammessages_depotbuilder.steamclient.proto +6 -25
- package/protos/steam/steammessages_deviceauth.steamclient.proto +11 -45
- package/protos/steam/steammessages_econ.steamclient.proto +12 -25
- package/protos/steam/steammessages_familygroups.steamclient.proto +441 -0
- package/protos/steam/steammessages_friendmessages.steamclient.proto +19 -46
- package/protos/steam/steammessages_gamenetworking.steamclient.proto +2 -9
- package/protos/steam/steammessages_gamenotifications.steamclient.proto +57 -82
- package/protos/steam/steammessages_gameservers.steamclient.proto +13 -29
- package/protos/steam/steammessages_inventory.steamclient.proto +21 -73
- package/protos/steam/steammessages_linkfilter.steamclient.proto +14 -24
- package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +1 -5
- package/protos/steam/steammessages_market.steamclient.proto +9 -13
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +59 -60
- package/protos/steam/steammessages_offline.steamclient.proto +2 -9
- package/protos/steam/steammessages_parental.steamclient.proto +100 -66
- package/protos/steam/steammessages_parties.steamclient.proto +6 -25
- package/protos/steam/steammessages_partnerapps.steamclient.proto +11 -43
- package/protos/steam/steammessages_player.steamclient.proto +133 -278
- package/protos/steam/steammessages_publishedfile.steamclient.proto +213 -289
- package/protos/steam/steammessages_qms.steamclient.proto +4 -18
- package/protos/steam/steammessages_remoteclient.proto +2 -1
- package/protos/steam/steammessages_remoteclient_discovery.proto +9 -0
- package/protos/steam/steammessages_remoteclient_service.steamclient.proto +18 -73
- package/protos/steam/steammessages_remoteplay.proto +1 -2
- package/protos/steam/steammessages_secrets.steamclient.proto +1 -5
- package/protos/steam/steammessages_shader.steamclient.proto +6 -25
- package/protos/steam/steammessages_site_license.steamclient.proto +8 -33
- package/protos/steam/steammessages_steamtv.steamclient.proto +169 -266
- package/protos/steam/steammessages_store.steamclient.proto +110 -77
- package/protos/steam/steammessages_storebrowse.steamclient.proto +170 -115
- package/protos/steam/steammessages_timedtrial.steamclient.proto +3 -13
- package/protos/steam/steammessages_twofactor.steamclient.proto +92 -121
- package/protos/steam/steammessages_unified_base.steamclient.proto +12 -0
- package/protos/steam/steammessages_unified_test.steamclient.proto +10 -20
- package/protos/steam/steammessages_useraccount.steamclient.proto +26 -64
- package/protos/steam/steammessages_vac.steamclient.proto +2 -9
- package/protos/steam/steammessages_video.steamclient.proto +25 -128
- package/protos/steam/steammessages_workshop.steamclient.proto +1 -5
- package/protos/steam/webuimessages_achievements.proto +29 -0
- package/protos/steam/webuimessages_gamescope.proto +57 -0
- package/protos/steam/webuimessages_steamengine.proto +9 -0
- package/protos/steam/webuimessages_steamos.proto +114 -0
- package/protos/steam/webuimessages_transport.proto +4 -0
- package/protos/steam/webuimessages_transportvalidation.proto +14 -0
- package/test_steamclient.js +7 -11
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +0 -357
- package/protos/steam/renderer/rendermessages.proto +0 -893
- package/protos/steam/steammessages_star.steamclient.proto +0 -64
- package/protos/webui/common.proto +0 -5508
- package/protos/webui/common_base.proto +0 -27
- package/protos/webui/service_accountlinking.proto +0 -27
- package/protos/webui/service_accountprivacy.proto +0 -42
- package/protos/webui/service_auction.proto +0 -97
- package/protos/webui/service_authentication.proto +0 -222
- package/protos/webui/service_authenticationsupport.proto +0 -74
- package/protos/webui/service_broadcast.proto +0 -562
- package/protos/webui/service_chat.proto +0 -11
- package/protos/webui/service_chatroom.proto +0 -810
- package/protos/webui/service_chatusability.proto +0 -107
- package/protos/webui/service_clan.proto +0 -41
- package/protos/webui/service_clanchatrooms.proto +0 -25
- package/protos/webui/service_clanfaqs.proto +0 -202
- package/protos/webui/service_clientcomm.proto +0 -150
- package/protos/webui/service_clientmetrics.proto +0 -63
- package/protos/webui/service_cloud.proto +0 -222
- package/protos/webui/service_cloudconfigstore.proto +0 -51
- package/protos/webui/service_cloudgaming.proto +0 -30
- package/protos/webui/service_community.proto +0 -365
- package/protos/webui/service_econ.proto +0 -134
- package/protos/webui/service_embedded.proto +0 -24
- package/protos/webui/service_experimentservice.proto +0 -6
- package/protos/webui/service_fovasvideo.proto +0 -15
- package/protos/webui/service_friendmessages.proto +0 -133
- package/protos/webui/service_friendslist.proto +0 -70
- package/protos/webui/service_gamenotes.proto +0 -15
- package/protos/webui/service_helprequestlogs.proto +0 -26
- package/protos/webui/service_loyaltyrewards.proto +0 -252
- package/protos/webui/service_marketingmessages.proto +0 -184
- package/protos/webui/service_mobileapp.proto +0 -18
- package/protos/webui/service_mobileauth.proto +0 -24
- package/protos/webui/service_mobiledevice.proto +0 -26
- package/protos/webui/service_mobileperaccount.proto +0 -31
- package/protos/webui/service_news.proto +0 -101
- package/protos/webui/service_parental.proto +0 -178
- package/protos/webui/service_partnermembershipinvite.proto +0 -29
- package/protos/webui/service_partnerstorebrowse.proto +0 -6
- package/protos/webui/service_phone.proto +0 -51
- package/protos/webui/service_physicalgoods.proto +0 -15
- package/protos/webui/service_player.proto +0 -885
- package/protos/webui/service_promotioneventinvites.proto +0 -50
- package/protos/webui/service_promotionplanning.proto +0 -72
- package/protos/webui/service_publishedfile.proto +0 -687
- package/protos/webui/service_publishing.proto +0 -119
- package/protos/webui/service_quest.proto +0 -127
- package/protos/webui/service_salefeature.proto +0 -315
- package/protos/webui/service_saleitemrewards.proto +0 -54
- package/protos/webui/service_shoppingcart.proto +0 -108
- package/protos/webui/service_steamawards.proto +0 -19
- package/protos/webui/service_steamcharts.proto +0 -75
- package/protos/webui/service_steamengine.proto +0 -36
- package/protos/webui/service_steamlearn.proto +0 -727
- package/protos/webui/service_steamnotification.proto +0 -84
- package/protos/webui/service_steamtv.proto +0 -495
- package/protos/webui/service_steamvrvoicechat.proto +0 -67
- package/protos/webui/service_steamvrwebrtc.proto +0 -48
- package/protos/webui/service_storagedevicemanager.proto +0 -104
- package/protos/webui/service_store.proto +0 -289
- package/protos/webui/service_storeappsimilarity.proto +0 -76
- package/protos/webui/service_storebrowse.proto +0 -73
- package/protos/webui/service_storequery.proto +0 -97
- package/protos/webui/service_storesales.proto +0 -15
- package/protos/webui/service_storetopsellers.proto +0 -44
- package/protos/webui/service_systemmanager.proto +0 -11
- package/protos/webui/service_test_transporterror.proto +0 -6
- package/protos/webui/service_transportauth.proto +0 -12
- package/protos/webui/service_transportvalidation.proto +0 -69
- package/protos/webui/service_twofactor.proto +0 -181
- package/protos/webui/service_useraccount.proto +0 -138
- package/protos/webui/service_usergameactivity.proto +0 -34
- package/protos/webui/service_usergamenotes.proto +0 -53
- package/protos/webui/service_usernews.proto +0 -68
- package/protos/webui/service_userreviews.proto +0 -96
- package/protos/webui/service_video.proto +0 -128
- package/protos/webui/service_voicechat.proto +0 -139
- package/protos/webui/service_webrtc.proto +0 -52
|
@@ -637,6 +637,7 @@ message CMsgSetCookie {
|
|
|
637
637
|
optional uint32 expires = 5;
|
|
638
638
|
optional bool secure = 6;
|
|
639
639
|
optional bool httponly = 7;
|
|
640
|
+
optional int32 samesite = 8;
|
|
640
641
|
}
|
|
641
642
|
|
|
642
643
|
message CMsgSetTargetFrameRate {
|
|
@@ -813,6 +814,14 @@ message CMsgJSExecuteCallback {
|
|
|
813
814
|
repeated .CMsgJSValue arguments = 4;
|
|
814
815
|
}
|
|
815
816
|
|
|
817
|
+
message CMsgJSExecutePromise {
|
|
818
|
+
optional uint32 browser_handle = 1;
|
|
819
|
+
optional uint32 owning_browser_handle = 2;
|
|
820
|
+
optional uint64 promise_handle = 3;
|
|
821
|
+
optional string reject_reason = 4;
|
|
822
|
+
optional .CMsgJSValue argument = 5;
|
|
823
|
+
}
|
|
824
|
+
|
|
816
825
|
message CMsgJSReleaseCallback {
|
|
817
826
|
optional uint32 browser_handle = 1;
|
|
818
827
|
optional uint32 owning_browser_handle = 2;
|
|
@@ -1025,3 +1034,6 @@ message CMsgSetVRKeyboardVisibility {
|
|
|
1025
1034
|
optional uint32 browser_handle = 1;
|
|
1026
1035
|
optional bool visible = 2;
|
|
1027
1036
|
}
|
|
1037
|
+
|
|
1038
|
+
message CMsgRestartJSContext {
|
|
1039
|
+
}
|
|
@@ -63,7 +63,6 @@ message CMsgSteamDatagramRouterPingReply {
|
|
|
63
63
|
message AltAddress {
|
|
64
64
|
enum Protocol {
|
|
65
65
|
DefaultProtocol = 0;
|
|
66
|
-
NetworkNext = 1;
|
|
67
66
|
}
|
|
68
67
|
|
|
69
68
|
optional fixed32 ipv4 = 1;
|
|
@@ -129,6 +128,7 @@ message CMsgSteamDatagramGameserverPingReplyData {
|
|
|
129
128
|
optional string build = 9;
|
|
130
129
|
optional uint64 network_config_version = 10;
|
|
131
130
|
optional fixed32 my_unix_time = 11;
|
|
131
|
+
optional bytes routing_blob = 12;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
message CMsgSteamDatagramNoSessionRelayToClient {
|
|
@@ -112,8 +112,8 @@ message CAccountHardware_VRCompatibilityCheck_Request {
|
|
|
112
112
|
optional string value = 2;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
optional string product_name = 1
|
|
116
|
-
repeated .CAccountHardware_VRCompatibilityCheck_Request.Pair values = 2
|
|
115
|
+
optional string product_name = 1;
|
|
116
|
+
repeated .CAccountHardware_VRCompatibilityCheck_Request.Pair values = 2;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
message CAccountHardware_VRCompatibilityCheck_Response {
|
|
@@ -123,13 +123,13 @@ message CAccountHardware_VRCompatibilityCheck_Response {
|
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
message ComponentDisplay {
|
|
126
|
-
optional string name = 1
|
|
127
|
-
optional string image = 2
|
|
128
|
-
optional string value = 3
|
|
126
|
+
optional string name = 1;
|
|
127
|
+
optional string image = 2;
|
|
128
|
+
optional string value = 3;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
repeated .CAccountHardware_VRCompatibilityCheck_Response.Pair values = 1
|
|
132
|
-
repeated .CAccountHardware_VRCompatibilityCheck_Response.ComponentDisplay components = 2
|
|
131
|
+
repeated .CAccountHardware_VRCompatibilityCheck_Response.Pair values = 1;
|
|
132
|
+
repeated .CAccountHardware_VRCompatibilityCheck_Response.ComponentDisplay components = 2;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
message CAccountHardware_RegisterValveIndexComponent_Request {
|
|
@@ -153,49 +153,15 @@ message CAccountHardware_GetSteamDeckComponents_Response {
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
service AccountHardware {
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
rpc
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
rpc
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
rpc
|
|
167
|
-
option (method_description) = "Sends back a list of accounts registered to a controller.";
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
rpc SetDesiredControllerConfigForApp (.CAccountHardware_SteamControllerSetConfig_Request) returns (.CAccountHardware_SteamControllerSetConfig_Response) {
|
|
171
|
-
option (method_description) = "Sets a desired controller config for an app";
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
rpc GetDesiredControllerConfigForApp (.CAccountHardware_SteamControllerGetConfig_Request) returns (.CAccountHardware_SteamControllerGetConfig_Response) {
|
|
175
|
-
option (method_description) = "Gets a desired controller config for an app";
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
rpc DeRegisterSteamController (.CAccountHardware_DeRegisterSteamController_Request) returns (.CAccountHardware_DeRegisterSteamController_Response) {
|
|
179
|
-
option (method_description) = "De registers a controller";
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
rpc SetControllerPersonalizationFile (.CAccountHardware_SetPersonalizationFile_Request) returns (.CAccountHardware_SetPersonalizationFile_Response) {
|
|
183
|
-
option (method_description) = "Stores the file ID of the personalization file";
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
rpc GetControllerPersonalizationFile (.CAccountHardware_GetPersonalizationFile_Request) returns (.CAccountHardware_GetPersonalizationFile_Response) {
|
|
187
|
-
option (method_description) = "Gets the file ID of the personalization file";
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
rpc VRCompatibilityCheck (.CAccountHardware_VRCompatibilityCheck_Request) returns (.CAccountHardware_VRCompatibilityCheck_Response) {
|
|
191
|
-
option (method_description) = "Check system info for compatibility with VR";
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
rpc RegisterValveIndexComponent (.CAccountHardware_RegisterValveIndexComponent_Request) returns (.CAccountHardware_RegisterValveIndexComponent_Response) {
|
|
195
|
-
option (method_description) = "Registers a valve index component to a customer";
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
rpc GetSteamDeckComponents (.CAccountHardware_GetSteamDeckComponents_Request) returns (.CAccountHardware_GetSteamDeckComponents_Response) {
|
|
199
|
-
option (method_description) = "Returns the components that went into the given Steam Deck";
|
|
200
|
-
}
|
|
156
|
+
rpc RegisterSteamController (.CAccountHardware_RegisterSteamController_Request) returns (.CAccountHardware_RegisterSteamController_Response);
|
|
157
|
+
rpc CompleteSteamControllerRegistration (.CAccountHardware_CompleteSteamControllerRegistration_Request) returns (.CAccountHardware_CompleteSteamControllerRegistration_Response);
|
|
158
|
+
rpc QueryAccountsRegisteredToController (.CAccountHardware_QueryAccountsRegisteredToSerial_Request) returns (.CAccountHardware_QueryAccountsRegisteredToSerial_Response);
|
|
159
|
+
rpc SetDesiredControllerConfigForApp (.CAccountHardware_SteamControllerSetConfig_Request) returns (.CAccountHardware_SteamControllerSetConfig_Response);
|
|
160
|
+
rpc GetDesiredControllerConfigForApp (.CAccountHardware_SteamControllerGetConfig_Request) returns (.CAccountHardware_SteamControllerGetConfig_Response);
|
|
161
|
+
rpc DeRegisterSteamController (.CAccountHardware_DeRegisterSteamController_Request) returns (.CAccountHardware_DeRegisterSteamController_Response);
|
|
162
|
+
rpc SetControllerPersonalizationFile (.CAccountHardware_SetPersonalizationFile_Request) returns (.CAccountHardware_SetPersonalizationFile_Response);
|
|
163
|
+
rpc GetControllerPersonalizationFile (.CAccountHardware_GetPersonalizationFile_Request) returns (.CAccountHardware_GetPersonalizationFile_Response);
|
|
164
|
+
rpc VRCompatibilityCheck (.CAccountHardware_VRCompatibilityCheck_Request) returns (.CAccountHardware_VRCompatibilityCheck_Response);
|
|
165
|
+
rpc RegisterValveIndexComponent (.CAccountHardware_RegisterValveIndexComponent_Request) returns (.CAccountHardware_RegisterValveIndexComponent_Response);
|
|
166
|
+
rpc GetSteamDeckComponents (.CAccountHardware_GetSteamDeckComponents_Request) returns (.CAccountHardware_GetSteamDeckComponents_Response);
|
|
201
167
|
}
|
|
@@ -40,6 +40,9 @@ enum EDisplayStatus {
|
|
|
40
40
|
k_EDisplayStatusCloudError = 34;
|
|
41
41
|
k_EDisplayStatusCloudOutOfDate = 35;
|
|
42
42
|
k_EDisplayStatusTerminating = 36;
|
|
43
|
+
k_EDisplayStatusOwnerLocked = 37;
|
|
44
|
+
k_EDisplayStatusDownloadFailed = 38;
|
|
45
|
+
k_EDisplayStatusUpdateFailed = 39;
|
|
43
46
|
}
|
|
44
47
|
|
|
45
48
|
enum EAppCloudStatus {
|
|
@@ -99,6 +102,14 @@ enum EAppGamepadGyroTrackpadSupportLevel {
|
|
|
99
102
|
k_EAppGamepadGyroTrackpadSupportLevelSimultaneous = 2;
|
|
100
103
|
}
|
|
101
104
|
|
|
105
|
+
enum EAppHDRSupport {
|
|
106
|
+
k_EHDRSupport_Unknown = 0;
|
|
107
|
+
k_EHDRSupport_SDR = 1;
|
|
108
|
+
k_EHDRSupport_HDR = 2;
|
|
109
|
+
k_EHDRSupport_HDR_Broken = 3;
|
|
110
|
+
k_EHDRSupport_HDR_RequiresUserAction = 4;
|
|
111
|
+
}
|
|
112
|
+
|
|
102
113
|
message CAppOverview_AppAssociation {
|
|
103
114
|
optional .EAppAssociationType type = 1 [default = k_EAppAssociationTypeInvalid];
|
|
104
115
|
optional string name = 2;
|
|
@@ -118,12 +129,14 @@ message CAppOverview_PerClientData {
|
|
|
118
129
|
optional bool is_invalid_os_type = 11;
|
|
119
130
|
optional uint32 playtime_left = 12;
|
|
120
131
|
optional .EAppCloudStatus cloud_status = 13 [default = k_EAppCloudStatusInvalid];
|
|
132
|
+
optional bool update_available_but_disabled_by_app = 14;
|
|
121
133
|
}
|
|
122
134
|
|
|
123
135
|
message CAppOverview {
|
|
124
136
|
optional uint32 appid = 1;
|
|
125
137
|
optional string display_name = 2;
|
|
126
138
|
optional bool visible_in_game_list = 4;
|
|
139
|
+
optional bool subscribed_to = 5;
|
|
127
140
|
optional string sort_as = 6;
|
|
128
141
|
optional .EProtoAppType app_type = 7 [default = k_EAppTypeInvalid];
|
|
129
142
|
optional uint32 mru_index = 13;
|
|
@@ -137,7 +150,7 @@ message CAppOverview {
|
|
|
137
150
|
optional uint32 rt_original_release_date = 25 [default = 0];
|
|
138
151
|
optional uint32 rt_steam_release_date = 26 [default = 0];
|
|
139
152
|
optional string icon_hash = 27;
|
|
140
|
-
optional .EAppControllerSupportLevel
|
|
153
|
+
optional .EAppControllerSupportLevel xbox_controller_support = 31 [default = k_EAppControllerSupportLevelNone];
|
|
141
154
|
optional bool vr_supported = 32;
|
|
142
155
|
optional uint32 metacritic_score = 36;
|
|
143
156
|
optional uint64 size_on_disk = 37;
|
|
@@ -167,6 +180,10 @@ message CAppOverview {
|
|
|
167
180
|
optional uint32 rt_last_time_locally_played = 65;
|
|
168
181
|
optional uint32 rt_purchased_time = 66;
|
|
169
182
|
optional string header_filename = 67;
|
|
183
|
+
optional uint32 local_cache_version = 68;
|
|
184
|
+
optional .EAppControllerSupportLevel ps4_controller_support = 69 [default = k_EAppControllerSupportLevelNone];
|
|
185
|
+
optional .EAppControllerSupportLevel ps5_controller_support = 70 [default = k_EAppControllerSupportLevelNone];
|
|
186
|
+
optional bool gamepad_preferred = 71;
|
|
170
187
|
}
|
|
171
188
|
|
|
172
189
|
message CAppOverview_Change {
|