mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
Update 1.0.4
This commit is contained in:
@@ -11,6 +11,11 @@ export interface IStore {
|
||||
|
||||
stockList: IStock[];
|
||||
cargoOptions: any[][];
|
||||
|
||||
// locoOptions: ILocomotive[];
|
||||
// carOptions: ICarWagon[];
|
||||
|
||||
vehiclePreviewSrc: string;
|
||||
}
|
||||
|
||||
export interface IVehicleData {
|
||||
@@ -58,6 +63,7 @@ export interface IStock {
|
||||
maxSpeed: number;
|
||||
cargo?: { id: string; totalMass: number };
|
||||
isLoco: boolean;
|
||||
supportersOnly: boolean;
|
||||
count: number;
|
||||
imgSrc: string;
|
||||
}
|
||||
Reference in New Issue
Block a user