Poprawki funkcjonalności

This commit is contained in:
2022-07-30 16:42:07 +02:00
parent 767e0839e0
commit 27405485bd
10 changed files with 217 additions and 88 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export interface ILocomotive {
export interface ICarWagon {
//"203V_PKPC_Fll_01","203V",true,false,"100",img
type: string;
useType: string;
useType: 'car-passenger' | 'car-cargo';
constructionType: string;
loadable: boolean;
supportersOnly: boolean;