mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Fix return type of isFocused
This commit is contained in:
parent
d59601f848
commit
2e133bcf0a
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -1994,7 +1994,7 @@ export interface Singularity {
|
|||||||
*
|
*
|
||||||
* @returns True if the player is focused.
|
* @returns True if the player is focused.
|
||||||
*/
|
*/
|
||||||
isFocused(): void;
|
isFocused(): boolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SF4.2 - Set the players focus.
|
* SF4.2 - Set the players focus.
|
||||||
|
Loading…
Reference in New Issue
Block a user