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
|
@@ -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
|
}
|