Completed aircraft spawn contextmenu

This commit is contained in:
dpassoni
2023-03-10 13:07:19 +01:00
parent 60d7b364b6
commit 3dadff6d42
104 changed files with 1443 additions and 1071 deletions

View File

@@ -16,4 +16,5 @@ interface UnitBlueprint {
label: string;
shortLabel: string;
loadouts: LoadoutBlueprint[];
filename: string;
}