chore: added train vmax field

This commit is contained in:
2025-01-29 16:02:06 +01:00
parent b901176e8c
commit 23e7d04dfa
4 changed files with 165 additions and 13 deletions
+1
View File
@@ -38,6 +38,7 @@ export interface ActiveTrainTimetable {
timetableId: number;
sceneries: string[];
path: string;
trainMaxSpeed: number;
}
export interface TimetableStop {