UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (5 loc) 122 B
/** * Base interface for injecting external forces into the simulation */ export class AbstractFluidEffector { }