UNPKG

phaser3-rex-plugins-fix-chun

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