Kopiowanie składu do schowka; możliwość losowania wagonów pasażerskich

This commit is contained in:
2021-11-22 17:45:16 +01:00
parent 2d65c90e94
commit d46362a751
11 changed files with 190 additions and 69 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ export interface IStore {
stockList: IStock[];
cargoOptions: any[][];
// locoOptions: ILocomotive[];
// carOptions: ICarWagon[];
chosenStockListIndex: number;
swapVehicles: boolean;
vehiclePreviewSrc: string;
}