mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added basic tanker and AWACS enroute tasks
Tanker not working propertly yet, frequency setting still needed
This commit is contained in:
2
client/src/@types/unit.d.ts
vendored
2
client/src/@types/unit.d.ts
vendored
@@ -41,6 +41,8 @@ interface TaskData {
|
||||
activePath: any;
|
||||
targetSpeed: number;
|
||||
targetAltitude: number;
|
||||
isTanker: boolean;
|
||||
isAWACS: boolean;
|
||||
}
|
||||
|
||||
interface OptionsData {
|
||||
|
||||
Reference in New Issue
Block a user