15 public ::std::enable_shared_from_this<::EntityRegistry> {
18 using Base = ::entt::basic_registry<::EntityId>;
22 using BaseShared = ::std::enable_shared_from_this<::EntityRegistry>;
27 ::ll::TypedStorage<8, 32, ::std::string> mDebugName;
28 ::ll::TypedStorage<8, 304, ::entt::basic_registry<::EntityId>> mRegistry;
29 ::ll::TypedStorage<4, 4, uint> mId;
37 MCAPI ::WeakRef<::EntityRegistry> getWeakRef();
43 MCAPI static ::std::atomic<uint>& mRegistryCount();
49 MCAPI
void* $ctor(::std::string identifier);