@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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ # 0.39.0
4
+
5
+ - Update game engine version to 0.46
6
+
3
7
  # 0.38.0
4
8
 
5
9
  - Update game engine version to 0.45
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 */