Merge branch 'main' into 296-create-airbases-api

This commit is contained in:
PeekabooSteam
2023-05-29 13:44:14 +01:00
committed by GitHub
7 changed files with 17 additions and 9 deletions

View File

@@ -9,7 +9,6 @@ export class MissionHandler
#airbases : {[name: string]: Airbase} = {};
#theatre : string = "";
#airbaseData : { [name: string]: object } = {};
// Time
@@ -20,7 +19,6 @@ export class MissionHandler
#updateTime : any;
constructor()
{