UNPKG

@petkoneo/phaser3-rex-plugins

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