Exported definitions and fixed interfaces

This commit is contained in:
Pax1601
2023-09-24 10:21:28 +02:00
parent 2e279b8876
commit 010b1e1cce
23 changed files with 2058 additions and 53 deletions

View File

@@ -1,6 +1,7 @@
import { LatLng } from "leaflet";
import { getApp } from "../..";
import { GAME_MASTER } from "../../constants/constants";
import { UnitBlueprint } from "../../interfaces";
export class UnitDatabase {
blueprints: { [key: string]: UnitBlueprint } = {};