20 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::EntitySystems>> mEntitySystems;
21 ::ll::TypedStorage<1, 1, bool const> mIsClientSide;
22 ::ll::TypedStorage<1, 1, ::SubClientId const> mSubClientId;
23 ::ll::TypedStorage<8, 16, ::WeakRef<::EntityRegistry>> mEntityRegistry;
24 ::ll::TypedStorage<8, 16, ::WeakRef<::PauseManager>> mPauseManager;
30 MCAPI
void tickEntitySystems();