13class ScriptPackConfiguration {
17 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::Json::Value>> mPackVariables;
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::std::string>> mPackSecrets;
19 ::ll::TypedStorage<8, 96, ::ScriptPackPermissions> mPackPermisions;
24 ScriptPackConfiguration& operator=(ScriptPackConfiguration
const&);
25 ScriptPackConfiguration();
38 MCNAPI ::std::unordered_map<::std::string, ::std::string>
const&
getSecrets()
const;
40 MCNAPI ::std::unordered_map<::std::string, ::Json::Value>
const&
getVariables()
const;
48 MCNAPI
void*
$ctor(::ScriptPackConfiguration
const&);