UNPKG

fish-simulator

Version:

fish simulator using glmatrix & detect-collisions

19 lines (12 loc) 272 B
class Component { constructor(simulator) { this.__simulator__ = simulator; } comp(...args) { return this.__simulator__.comp(...args); } startup() {} shutdown() {} clear() {} } module.exports = Component;