8struct CreatePhotoPacketPayload {
12 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mId;
13 ::ll::TypedStorage<8, 32, ::std::string> mPhotoName;
14 ::ll::TypedStorage<8, 32, ::std::string> mPhotoItemName;
19 CreatePhotoPacketPayload(CreatePhotoPacketPayload
const&);
20 CreatePhotoPacketPayload();
25 MCAPI ::CreatePhotoPacketPayload& operator=(::CreatePhotoPacketPayload&&);
27 MCAPI ::CreatePhotoPacketPayload& operator=(::CreatePhotoPacketPayload
const&);
29 MCAPI ~CreatePhotoPacketPayload();