mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
Poprawki funkcjonalności
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user