xray16 1.1.2 → 1.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xray16",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "author": "Neloreck",
5
5
  "repository": "https://github.com/stalker-xrts/xray-16-types",
6
6
  "private": false,
@@ -404,6 +404,6 @@ declare module "xray16" {
404
404
 
405
405
  public set_patrol_extrapolate_callback(cb?: ((cur_pt: number) => boolean) | null, object?: object): void;
406
406
 
407
- public set_smart_cover_target_selector(cb?: (object: game_object) => void | null, object?: object | null): void;
407
+ public set_smart_cover_target_selector(cb?: ((object: game_object) => void) | null, object?: object | null): void;
408
408
  }
409
409
  }