Dodano listę szlaków w widoku scenerii

This commit is contained in:
2022-03-05 16:50:08 +01:00
parent fb18a156d0
commit c9d0a674e4
10 changed files with 101 additions and 21 deletions
+2
View File
@@ -6,6 +6,7 @@ export default interface StationRoutes {
SBL: boolean;
TWB: boolean;
isInternal: boolean;
tracks: number;
}[];
twoWay: {
@@ -14,6 +15,7 @@ export default interface StationRoutes {
SBL: boolean;
TWB: boolean;
isInternal: boolean;
tracks: number;
}[];
/* [catenary, noCatenary] */