@chronodivide/game-api 0.37.0 → 0.38.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.38.0
4
+
5
+ - Update game engine version to 0.45
6
+
3
7
  # 0.37.0
4
8
 
5
9
  - Update game engine version to 0.44
package/dist/index.d.ts CHANGED
@@ -1616,7 +1616,15 @@ export declare enum VeteranAbility {
1616
1616
  SCATTER = 3,
1617
1617
  ROF = 4,
1618
1618
  SIGHT = 5,
1619
- SELF_HEAL = 6
1619
+ SELF_HEAL = 6,
1620
+ CLOAK = 7,
1621
+ EXPLODES = 8,
1622
+ RADAR_INVISIBLE = 9,
1623
+ SENSORS = 10,
1624
+ FEARLESS = 11,
1625
+ C4 = 12,
1626
+ GUARD_AREA = 13,
1627
+ CRUSHER = 14
1620
1628
  }
1621
1629
 
1622
1630
  export declare enum VeteranLevel {