Kolumna z aktywnymi RJ dla scenerii - W.I.P.

This commit is contained in:
2020-08-29 02:11:01 +02:00
parent dc70bd8a38
commit 5f48c4688f
8 changed files with 149 additions and 563 deletions
+1
View File
@@ -19,4 +19,5 @@ export default interface Train {
locoURL: string;
locoType: string;
routeDistance: number;
stopPoints?: [];
}