/* eslint-disable import/no-internal-modules */ export { PhysicsEngine as PhysicsEngineV2 } from "./physicsEngine.js"; export * from "./physicsBody.js"; export * from "./physicsShape.js"; export * from "./physicsConstraint.js"; export * from "./physicsMaterial.js"; export * from "./physicsAggregate.js"; export * from "./ragdoll.js"; export * from "./IPhysicsEnginePlugin.js"; /* eslint-disable import/no-internal-modules */ export * from "./Plugins/index.js"; //# sourceMappingURL=index.js.map