obsługa niezaładowanych miniaturek pojazdów

This commit is contained in:
2023-10-01 01:41:14 +02:00
parent f60263c923
commit 77e6b20d0c
18 changed files with 116 additions and 51 deletions
+1 -2
View File
@@ -15,12 +15,11 @@ export default interface Train {
driverLevel: number;
currentStationName: string;
currentStationHash: string;
locoURL: string;
locoType: string;
online: boolean;
lastSeen: number;
region: string;
cars: string[];
stockList: string[];
isTimeout: boolean;
isSupporter: boolean;