15struct AddPaintingPacketPayload {
19 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityId;
20 ::ll::TypedStorage<8, 8, ::ActorRuntimeID> mRuntimeId;
21 ::ll::TypedStorage<4, 12, ::Vec3> mPos;
22 ::ll::TypedStorage<4, 4, int> mDir;
23 ::ll::TypedStorage<8, 32, ::std::string> mMotif;
28 AddPaintingPacketPayload();
33 MCAPI
explicit AddPaintingPacketPayload(
::Painting const& painting);
35 MCAPI ~AddPaintingPacketPayload();