3#include "mc/_HeaderOutputPredefine.h"
10namespace BlockGeometry {
16 ::ll::TypedStorage<8, 32, ::std::string> mName;
17 ::ll::TypedStorage<8, 32, ::std::string> mParent;
18 ::ll::TypedStorage<4, 12, ::glm::vec3> mPivot;
19 ::ll::TypedStorage<4, 12, ::glm::vec3> mRotation;
20 ::ll::TypedStorage<8, 24, ::std::vector<::BlockGeometry::ElementBox>> mBoxes;
Definition ElementBox.h:7