UNPKG

@petkoneo/phaser3-rex-plugins

Version:
15 lines (13 loc) 301 B
import { GetAllChildrenCallback } from './Callbacks.js'; var Updater = { start(query) { this.isUpdating = false; query.once('value', GetAllChildrenCallback, this); return this; }, stop() { // Do nothing return this; } } export default Updater;