Added more code to handle loadouts

This commit is contained in:
Pax1601
2023-09-24 20:03:21 +02:00
parent 28afef8847
commit 099cbfdf75
17 changed files with 340 additions and 248 deletions

View File

@@ -1,5 +1,5 @@
import { LatLng } from "leaflet";
import { OlympusApp } from "./app";
import { OlympusApp } from "./olympusapp";
import { Airbase } from "./mission/airbase";
export interface OlympusPlugin {