3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/storage/LevelSummary.h"
20 ::ll::TypedStorage<8, 8, ::LevelData&> levelData;
21 ::ll::TypedStorage<8, 848, ::LevelSummary> levelSummary;
22 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::LevelSettings>> levelSettings;
23 ::ll::TypedStorage<1, 1, bool> isDirty;
28 WorldData& operator=(WorldData
const&);
29 WorldData(WorldData
const&);
Definition LevelData.h:52
Definition LevelSettings.h:39