dodano pole do ukrywania szlaków

This commit is contained in:
2024-01-03 17:09:09 +01:00
parent 39d6213e4f
commit 97bc6db1c4
8 changed files with 214 additions and 129 deletions
+1
View File
@@ -52,6 +52,7 @@ export interface SceneryRoutesInfo {
routeSpeed: number;
routeLength: number;
routeTracks: number;
hidden?: boolean;
}
export interface SceneryRowItem {