UNPKG

phaser3-rex-plugins-fix-chun

Version:
11 lines (9 loc) 321 B
import GetHexagonMap from './GetHexagonMap'; import GetTriangleMap from './GetTriangleMap'; import GetParallelogramMap from './GetParallelogramMap'; type Methods = { hexagon: typeof GetHexagonMap, triangle: typeof GetTriangleMap, parallelogram: typeof GetParallelogramMap } export default Methods;