소스 검색

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