mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
Updated usermessages proto.
This commit is contained in:
parent
a63d02d4a1
commit
9f9a04fa67
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user