UNPKG

phaser3-rex-plugins

Version:
7 lines 177 B
export default { setContentCallback(callback, scope) { this.contentCallback = callback; this.contentCallbackScope = scope; return this; } }