@chronodivide/game-api 0.41.0 → 0.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ # 0.42.0
4
+
5
+ - Update game engine version to 0.49
6
+
3
7
  # 0.41.0
4
8
 
5
9
  - Update game engine version to 0.48
package/dist/index.d.ts CHANGED
@@ -401,7 +401,7 @@ export declare class GeneralRules {
401
401
  wallBuildSpeedCoefficient: number;
402
402
  readIni(ini: IniSection): void;
403
403
  private readPrereqCategories;
404
- getMissileRules(type: string): V3RocketRules | DMislRules;
404
+ getMissileRules(type: string): DMislRules | V3RocketRules;
405
405
  }
406
406
 
407
407
  export declare class HoverRules {