Code documentation and refactoring

This commit is contained in:
Pax1601
2023-09-08 17:40:53 +02:00
parent 61f955cfeb
commit 89c39c7038
7 changed files with 115 additions and 115 deletions

View File

@@ -11,7 +11,7 @@ import { aircraftDatabase } from "../unit/aircraftdatabase";
import { helicopterDatabase } from "../unit/helicopterdatabase";
import { navyUnitDatabase } from "../unit/navyunitdatabase";
export class MissionHandler {
export class MissionManager {
#bullseyes: { [name: string]: Bullseye } = {};
#airbases: { [name: string]: Airbase } = {};
#theatre: string = "";