@chronodivide/game-api 0.59.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 +8 -0
- package/dist/index.d.ts +0 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
}
|