mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 22:31:55 +00:00
7 lines
166 B
TypeScript
7 lines
166 B
TypeScript
import { FetchGameMapLoader } from "../core/game/FetchGameMapLoader";
|
|
|
|
export const terrainMapFileLoader = new FetchGameMapLoader(
|
|
`/maps`,
|
|
window.GIT_COMMIT,
|
|
);
|