UNPKG

@petkoneo/phaser3-rex-plugins

Version:
12 lines (9 loc) 249 B
import ShapesUpdateMethods from './ShapesUpdateMethods.js'; import SetInteractiveMethods from './SetInteractiveMethods.js'; var Methods = {}; Object.assign( Methods, ShapesUpdateMethods, SetInteractiveMethods ) export default Methods;