UNPKG

@petkoneo/phaser3-rex-plugins

Version:
14 lines (12 loc) 307 B
import { GetAllChildrenCallback } from './Callbacks.js'; var Updater = { start(query) { query.on('value', GetAllChildrenCallback, this); return this; }, stop() { this.query.off('value', GetAllChildrenCallback, this); return this; } } export default Updater;