UNPKG

phaser3-rex-plugins

Version:
10 lines (9 loc) 217 B
class ObjectFactory { constructor(scene) { this.scene = scene; } static register(type, callback) { ObjectFactory.prototype[type] = callback; } }; export default ObjectFactory;