This commit is contained in:
2023-02-11 03:14:43 +01:00
parent 8bedc4dfc6
commit e959eac6c5
+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;