Dodanie funkcjonalności aktywnych rj dla stacji (W.I.P.)

This commit is contained in:
2020-08-26 00:44:53 +02:00
parent 520a1083dc
commit 355f92d3cd
10 changed files with 467 additions and 772 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export default interface Train {
route: string | null;
timetableId: number | null;
category: string | null;
sceneries: string | null;
sceneries: string[] | null;
TWR: boolean | null;
SKR: boolean | null;
noTimetable: boolean;