mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
v0.4.12-alpha-rc4
This commit is contained in:
11
client/@types/olympus/index.d.ts
vendored
11
client/@types/olympus/index.d.ts
vendored
@@ -128,7 +128,16 @@ declare module "constants/constants" {
|
||||
export const altitudeIncrements: {
|
||||
[key: string]: number;
|
||||
};
|
||||
export const minimapBoundaries: LatLng[][];
|
||||
export const minimapBoundaries: {
|
||||
Nevada: LatLng[];
|
||||
Syria: LatLng[];
|
||||
Caucasus: LatLng[];
|
||||
PersianGulf: LatLng[];
|
||||
MarianaIslands: LatLng[];
|
||||
Falklands: LatLng[];
|
||||
Normandy: LatLng[];
|
||||
SinaiMap: LatLng[];
|
||||
};
|
||||
export const mapBounds: {
|
||||
Syria: {
|
||||
bounds: LatLngBounds;
|
||||
|
||||
Reference in New Issue
Block a user