17class EntitySystemsManager {
21 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::EntitySystems>> mEntitySystems;
22 ::ll::TypedStorage<1, 1, bool const> mIsClientSide;
23 ::ll::TypedStorage<1, 1, ::SubClientId const> mSubClientId;
24 ::ll::TypedStorage<8, 16, ::WeakRef<::EntityRegistry>> mEntityRegistry;
25 ::ll::TypedStorage<8, 16, ::WeakRef<::PauseManager>> mPauseManager;
30 EntitySystemsManager();
35 MCAPI EntitySystemsManager(
37 ::SubClientId subClientId,
42 MCFOLD ::EntitySystems& getEntitySystems();
44 MCAPI
void tickEntitySystems();
52 ::SubClientId subClientId,