UNPKG

@7y1o/webmarine-core

Version:

Core utils for game engine WebMarine

8 lines 419 B
export { WMGameEngine } from './WMGameEngine'; export { WMRenderEngine } from './render/WMRenderEngine'; export { WMPhysicsEngine } from './physics/WMPhysicsEngine'; export { WMAudioEngine } from './audio/WMAudioEngine'; export { WMAIEngine } from './ai/WMAIEngine'; export { WMEntityUtils } from './entity/WMEntityUtils'; export { WMMeshEntity } from './entity/WMMeshEntity'; //# sourceMappingURL=index.d.ts.map