15struct ScriptServerMessageIntermediateData {
19 ::ll::TypedStorage<8, 32, ::std::string const> mId;
20 ::ll::TypedStorage<8, 32, ::std::string const> mValue;
21 ::ll::TypedStorage<8, 96, ::ScriptModuleMinecraft::ScriptActorData const> mPlayer;
26 ScriptServerMessageIntermediateData();
32 ScriptServerMessageIntermediateData(::std::string
const&
id, ::std::string
const& value,
::Player const& player);
38 MCAPI
void* $ctor(::std::string
const&
id, ::std::string
const& value,
::Player const& player);