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