refactor: left & right track speed limits for routes in active train's timetable

This commit is contained in:
2025-07-04 18:09:18 +02:00
parent 0b4ad679b3
commit 37ad9b2787
3 changed files with 34 additions and 14 deletions
+2
View File
@@ -196,4 +196,6 @@ export interface TrainSchedulePoint {
isSBL: boolean;
sceneryName: string | null;
isSceneryOnline: boolean;
nextPointRef: TrainSchedulePoint | null;
}