3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/resources/AllowListPath.h"
7#include "mc/deps/core/file/PathBuffer.h"
13 ::ll::TypedStorage<8, 32, ::std::string> mProductId;
14 ::ll::TypedStorage<8, 32, ::std::string> mTitle;
15 ::ll::TypedStorage<8, 32, ::std::string> mSeed;
16 ::ll::TypedStorage<8, 96, ::OreUI::AllowListPath> mOreUIImagePath;
17 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mImagePath;
23 MCAPI ~WorldSeedModel();
Definition WorldSeedModel.h:5