mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Started to implement advanced settings
This commit is contained in:
6
client/src/@types/unit.d.ts
vendored
6
client/src/@types/unit.d.ts
vendored
@@ -43,6 +43,12 @@ interface TaskData {
|
||||
targetAltitude: number;
|
||||
isTanker: boolean;
|
||||
isAWACS: boolean;
|
||||
radioOn: boolean;
|
||||
TACANOn: boolean;
|
||||
radioFrequency: number;
|
||||
TACANChannel: number;
|
||||
TACANXY: string;
|
||||
TACANCallsign: string;
|
||||
}
|
||||
|
||||
interface OptionsData {
|
||||
|
||||
Reference in New Issue
Block a user