11 public ::std::enable_shared_from_this<::EntityRegistry> {
14 using Base = ::entt::basic_registry<::EntityId>;
18 using BaseShared = ::std::enable_shared_from_this<::EntityRegistry>;
23 ::ll::TypedStorage<8, 32, ::std::string> mDebugName;
24 ::ll::TypedStorage<8, 304, ::entt::basic_registry<::EntityId>> mRegistry;
25 ::ll::TypedStorage<4, 4, uint> mId;
49 MCNAPI
void*
$ctor(::std::string identifier);