UNPKG

gibbon.js

Version:

Actor/Component system for use with pixi.js.

9 lines 181 B
import { System } from '../system'; /** * Wind simulation system. Unimplemented. */ export class Wind extends System { update(delta) { } } //# sourceMappingURL=wind.js.map