UNPKG

phaser4-rex-plugins

Version:
9 lines (8 loc) 218 B
import GetPath from './GetPath.js'; import GetNextTile from './GetNextTile.js'; import GetCost from './GetCost.js'; export default { getPath: GetPath, getNextTile: GetNextTile, getCost: GetCost, };