UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 166 B
/** * Base interface for injecting external forces into the simulation */ export class AbstractFluidEffector { } //# sourceMappingURL=AbstractFluidEffector.d.ts.map