chore: add vmax of internal routes

This commit is contained in:
2025-01-27 15:02:41 +01:00
parent 3add3db2f2
commit 745b769070
2 changed files with 29 additions and 21 deletions
+1
View File
@@ -119,4 +119,5 @@ export interface SceneryRoute {
routeLength: number;
routeTracks: number;
hidden?: boolean;
realLineNo?: number;
}