8struct EmotePacketPayload {
11 enum class Flags : uchar {
19 ::ll::TypedStorage<8, 8, ::ActorRuntimeID> mRuntimeId;
20 ::ll::TypedStorage<8, 32, ::std::string> mPieceId;
21 ::ll::TypedStorage<4, 4, uint> mEmoteTicks;
22 ::ll::TypedStorage<8, 32, ::std::string> mXuid;
23 ::ll::TypedStorage<8, 32, ::std::string> mPlatformId;
24 ::ll::TypedStorage<1, 1, uchar> mFlags;
29 EmotePacketPayload(EmotePacketPayload
const&);
35 MCAPI ::EmotePacketPayload& operator=(::EmotePacketPayload&&);
37 MCAPI ::EmotePacketPayload& operator=(::EmotePacketPayload
const&);
39 MCAPI ~EmotePacketPayload();