support zimnego startu lokomotyw

This commit is contained in:
2023-07-13 17:51:09 +02:00
parent 7362d4ffbd
commit cbe983f96c
11 changed files with 108 additions and 81 deletions
+4 -2
View File
@@ -5,9 +5,10 @@ export interface IStore {
chosenCar: ICarWagon | null;
chosenLoco: ILocomotive | null;
chosenCargo: ICargo | null;
chosenVehicle: Vehicle | null;
isColdStart: boolean;
showSupporter: boolean;
imageLoading: boolean;
@@ -99,8 +100,9 @@ export interface ICargo {
export interface IStock {
id: string;
useType: string;
type: string;
useType: string;
constructionType: string;
length: number;
mass: number;
maxSpeed: number;