UNPKG

phaser3-rex-plugins-types

Version:

[![npm](https://img.shields.io/npm/v/phaser3-rex-plugins-types.svg)](https://www.npmjs.com/package/phaser3-rex-plugins-types) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![B

30 lines (28 loc) 1.27 kB
declare module 'phaser3-rex-plugins/plugins/board-components' { import Board from 'phaser3-rex-plugins/plugins/board/board/Board'; import HexagonGrid from 'phaser3-rex-plugins/plugins/board/grid/hexagon/Hexagon'; import QuadGrid from 'phaser3-rex-plugins/plugins/board/grid/quad/Quad'; import Shape from 'phaser3-rex-plugins/plugins/board/shape/Shape'; import Match from 'phaser3-rex-plugins/plugins/board/match/Match'; import MoveTo from 'phaser3-rex-plugins/plugins/board/moveto/MoveTo'; import PathFinder from 'phaser3-rex-plugins/plugins/board/pathfinder/PathFinder'; import FieldOfView from 'phaser3-rex-plugins/plugins/board/fieldofview/FieldOfView'; import Monopoly from 'phaser3-rex-plugins/plugins/board/monopoly/Monopoly'; import MiniBoard from 'phaser3-rex-plugins/plugins/board/miniboard/MiniBoard'; import HexagonMap from 'phaser3-rex-plugins/plugins/board/hexagonmap'; import CreateTileTexture from 'phaser3-rex-plugins/plugins/board/texture/CreateTileTexture'; export { Board, HexagonGrid, QuadGrid, Shape, Match, MoveTo, PathFinder, FieldOfView, Monopoly, MiniBoard, HexagonMap, CreateTileTexture, }; }