Procházet zdrojové kódy

Update properties of SchematicsGear

Replaced the parts number array with the Gear Ratio property.
ApisNecros před 1 rokem
rodič
revize
520d016632
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      3/3_common.ts

+ 1 - 1
3/3_common.ts

@@ -208,7 +208,7 @@ export type EnginePart = {
 export type SchematicsGear = {
     Symbol: string,
     Coordinates: Vector2,
-    PartNumbers: number[]
+    GearRatio: number
 };
 
 /**