@chronodivide/game-api 0.60.0 → 0.61.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.61.0
4
+
5
+ - Update game engine version to 0.66
6
+
3
7
  # 0.60.0
4
8
 
5
9
  - Update game engine version to 0.65
package/dist/index.d.ts CHANGED
@@ -1640,8 +1640,6 @@ export declare class TechnoRules extends ObjectRules {
1640
1640
  hasOwner(country: Country): boolean;
1641
1641
  /** If the object is available to the specified country (meets the Required/ForbiddenHouses values) */
1642
1642
  isAvailableTo(country: Country): boolean;
1643
- /** Only for infantry */
1644
- get proneWhenAttacked(): boolean;
1645
1643
  getWeaponAtIndex(idx: number): string | undefined;
1646
1644
  getEliteWeaponAtIndex(idx: number): string | undefined;
1647
1645
  }