UNPKG

phaser4-rex-plugins

Version:
19 lines (18 loc) 560 B
import Board from './board/board/LogicBoard.js'; import Quad from './board/grid/quad/Quad.js'; import Hexagon from './board/grid/hexagon/Hexagon.js'; import Match from './board/match/Match.js'; import PathFinder from './board/pathfinder/PathFinder.js'; import FieldOfView from './board/fieldofview/FieldOfView.js'; import Monopoly from './board/monopoly/Monopoly.js'; import HexagonMap from './board/hexagonmap/index.js'; export { Board, Quad, Hexagon, Match, PathFinder, FieldOfView, Monopoly, HexagonMap, };