feature: vmax szlaków

This commit is contained in:
2023-02-11 03:08:24 +01:00
parent 3f818069cd
commit 8bedc4dfc6
7 changed files with 207 additions and 199 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export default interface Train {
driverId: number;
trainNo: number;
driverName: string;
driverLevel: number;
driverLevel?: number;
currentStationName: string;
currentStationHash: string;
locoURL: string;