chore: added real line number field to routes modal

This commit is contained in:
2025-01-26 20:42:53 +01:00
parent 9abd8c302e
commit a66c28832e
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -81,6 +81,7 @@ export interface SceneryRoutesInfo {
routeLength: number;
routeTracks: number;
hidden?: boolean;
realLineNo?: number;
}
export interface SceneryRowItem {