From 9f9a04fa6731951b20a0f97fb75d9c1c90d5069e Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Mon, 10 Feb 2014 09:18:38 -0500 Subject: [PATCH] Updated usermessages proto. --- .../csgo/protobuf/cstrike15_usermessages.proto | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/public/game/shared/csgo/protobuf/cstrike15_usermessages.proto b/public/game/shared/csgo/protobuf/cstrike15_usermessages.proto index be083a57..f838a5b1 100644 --- a/public/game/shared/csgo/protobuf/cstrike15_usermessages.proto +++ b/public/game/shared/csgo/protobuf/cstrike15_usermessages.proto @@ -314,6 +314,18 @@ message CEconItemPreviewDataBlock optional uint32 paintseed = 8; optional uint32 killeaterscoretype = 9; optional uint32 killeatervalue = 10; + optional string customname = 11; + + message Sticker + { + optional uint32 slot = 1; + optional uint32 sticker_id = 2; + optional float wear = 3; + optional float scale = 4; + optional float rotation = 5; + } + + repeated Sticker stickers = 12; } message CCSUsrMsg_SendPlayerItemDrops