This commit is contained in:
PxlLoewe
2025-10-16 11:17:52 +02:00
parent 1919227cd4
commit b5f07071a5
9 changed files with 76 additions and 34 deletions

View File

@@ -0,0 +1,7 @@
export interface XplaneObject {
objectName: string;
lat: number;
lon: number;
heading: number;
alt: number;
}