@chronodivide/game-api 0.38.0 → 0.39.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 +4 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1459,6 +1459,7 @@ export declare class TechnoRules extends ObjectRules {
|
|
|
1459
1459
|
enterTransportSound: string | undefined;
|
|
1460
1460
|
leaveTransportSound: string | undefined;
|
|
1461
1461
|
protected parse(): void;
|
|
1462
|
+
private parseWeaponName;
|
|
1462
1463
|
private parseTurretIndexes;
|
|
1463
1464
|
private parseBurstDelay;
|
|
1464
1465
|
/** If the specified country is listed as an Owner */
|