chore(scenery): advanced active train tooltip information

This commit is contained in:
2025-07-11 15:33:28 +02:00
parent 8e713a5c6e
commit 3bf1db52b4
5 changed files with 41 additions and 26 deletions
+2 -1
View File
@@ -272,5 +272,6 @@ export interface TooltipTrainInfo {
currentStationName: string;
currentStationHash: string;
headVehicleName: string;
stockLength: number;
stockCount: number;
trainTimetableCategory?: string;
}