Updated usermessages proto.

This commit is contained in:
Nicholas Hastings 2014-02-10 09:18:38 -05:00
parent a63d02d4a1
commit 9f9a04fa67

View File

@ -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