UNPKG

phaser4-rex-plugins

Version:
16 lines (12 loc) 293 B
import TargetsMethods from './TargetsMethods.js'; import GetNextMethods from './GetNextMethods.js'; import FocusMethods from './FocusMethods.js'; var Methods = { } Object.assign( Methods, TargetsMethods, GetNextMethods, FocusMethods ) export default Methods;