mirror of
https://codeberg.org/steam-vent/proto-csgo.git
synced 2026-06-03 18:14:07 +02:00
Update to latest proto definitions from SteamDatabase/Protobufs
From commit 085746bbf6b48d1b89b7a63e7876932793f4c08f
This commit is contained in:
parent
b4633fa310
commit
6d40b01547
43 changed files with 14210 additions and 22031 deletions
|
|
@ -8,7 +8,7 @@ enum EGCItemMsg {
|
|||
k_EMsgGCDelete = 1004;
|
||||
k_EMsgGCVerifyCacheSubscription = 1005;
|
||||
k_EMsgGCNameItem = 1006;
|
||||
k_EMsgGCUnlockCrate = 1007;
|
||||
k_EMsgGCUnlockCrate_DEPRECATED = 1007;
|
||||
k_EMsgGCUnlockCrateResponse = 1008;
|
||||
k_EMsgGCPaintItem = 1009;
|
||||
k_EMsgGCPaintItemResponse = 1010;
|
||||
|
|
@ -55,7 +55,6 @@ enum EGCItemMsg {
|
|||
k_EMsgGCRemoveUniqueCraftIndexResponse = 1056;
|
||||
k_EMsgGCSaxxyBroadcast = 1057;
|
||||
k_EMsgGCBackpackSortFinished = 1058;
|
||||
k_EMsgGCAdjustItemEquippedState = 1059;
|
||||
k_EMsgGCCollectItem = 1061;
|
||||
k_EMsgGCItemAcknowledged__DEPRECATED = 1062;
|
||||
k_EMsgGC_ReportAbuse = 1065;
|
||||
|
|
@ -143,13 +142,12 @@ enum EGCItemMsg {
|
|||
k_EMsgGCRequestAnnouncementsResponse = 2526;
|
||||
k_EMsgGCRequestPassportItemGrant = 2527;
|
||||
k_EMsgGCClientVersionUpdated = 2528;
|
||||
k_EMsgGCAdjustItemEquippedStateMulti = 2529;
|
||||
k_EMsgGCRecurringSubscriptionStatus = 2530;
|
||||
k_EMsgGCAdjustEquipSlotsManual = 2531;
|
||||
k_EMsgGCAdjustEquipSlotsShuffle = 2532;
|
||||
k_EMsgGCNameItemAndEquip = 2533;
|
||||
k_EMsgGCOpenCrate = 2534;
|
||||
k_EMsgGCAcknowledgeRentalExpiration = 2535;
|
||||
k_EMsgGCVolatileItemLoadContents = 2536;
|
||||
}
|
||||
|
||||
enum EGCMsgResponse {
|
||||
|
|
@ -192,12 +190,16 @@ enum EGCItemCustomizationNotification {
|
|||
k_EGCItemCustomizationNotification_StatTrakSwap = 1088;
|
||||
k_EGCItemCustomizationNotification_RemovePatch = 1089;
|
||||
k_EGCItemCustomizationNotification_ApplyPatch = 1090;
|
||||
k_EGCItemCustomizationNotification_ApplyKeychain = 1091;
|
||||
k_EGCItemCustomizationNotification_RemoveKeychain = 1092;
|
||||
k_EGCItemCustomizationNotification_ActivateFanToken = 9178;
|
||||
k_EGCItemCustomizationNotification_ActivateOperationCoin = 9179;
|
||||
k_EGCItemCustomizationNotification_GraffitiUnseal = 9185;
|
||||
k_EGCItemCustomizationNotification_GenerateSouvenir = 9204;
|
||||
k_EGCItemCustomizationNotification_ClientRedeemMissionReward = 9209;
|
||||
k_EGCItemCustomizationNotification_ClientRedeemFreeReward = 9219;
|
||||
k_EGCItemCustomizationNotification_XpShopUseTicket = 9221;
|
||||
k_EGCItemCustomizationNotification_XpShopAckTracks = 9222;
|
||||
}
|
||||
|
||||
message CMsgGCGiftedItems {
|
||||
|
|
@ -227,4 +229,5 @@ message CMsgGCUserTrackTimePlayedConsecutively {
|
|||
message CMsgGCItemCustomizationNotification {
|
||||
repeated uint64 item_id = 1;
|
||||
optional uint32 request = 2;
|
||||
repeated uint64 extra_data = 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue