UNPKG

phaser4-rex-plugins

Version:
11 lines (9 loc) 240 B
import ConfigurationMethods from './ConfigurationMethods.js'; import MessageMethods from './MessageMethods.js'; var Methods = {}; Object.assign( Methods, ConfigurationMethods, MessageMethods ) export default Methods;