mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Add files via upload
fixed references to aircraftdatabase
This commit is contained in:
parent
ab736adabe
commit
94c5765bc6
@ -1,6 +1,6 @@
|
||||
import { UnitDatabase } from "./unitdatabase"
|
||||
|
||||
export class AircraftDatabase extends UnitDatabase {
|
||||
export class HelicopterDatabase extends UnitDatabase {
|
||||
constructor() {
|
||||
super();
|
||||
this.blueprints = {
|
||||
@ -618,5 +618,5 @@ export class AircraftDatabase extends UnitDatabase {
|
||||
}
|
||||
}
|
||||
|
||||
export var aircraftDatabase = new AircraftDatabase();
|
||||
export var helicopterDatabase = new HelicopterDatabase();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user