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& operator=(CreatePhotoPacketPayload
const&);
20 CreatePhotoPacketPayload();
25 MCAPI CreatePhotoPacketPayload(::CreatePhotoPacketPayload
const&);
28 MCAPI CreatePhotoPacketPayload(
::ActorUniqueID, ::std::string
const& photoName);
31 MCFOLD ::CreatePhotoPacketPayload& operator=(::CreatePhotoPacketPayload&&);
33 MCAPI ~CreatePhotoPacketPayload();
39 MCFOLD
void* $ctor(::CreatePhotoPacketPayload
const&);