Преглед на файлове

Update properties of SchematicsGear

Replaced the parts number array with the Gear Ratio property.
ApisNecros преди 1 година
родител
ревизия
520d016632
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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
 };
 
 /**