瀏覽代碼

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
 };
 
 /**