Explorar el Código

Update properties of SchematicsGear

Replaced the parts number array with the Gear Ratio property.
ApisNecros hace 1 año
padre
commit
520d016632
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 };
 
 /**