This commit is contained in:
Olivier Gagnon 2021-12-16 12:04:09 -05:00
parent d7f9cb8cec
commit 91c7811a36

@ -1994,16 +1994,16 @@ export interface Singularity {
*
* @returns True if the player is focused.
*/
isFocused(): boolean;
isFocused(): boolean;
/**
* SF4.2 - Set the players focus.
* @remarks
* RAM cost: 0.1 GB
*
* @returns True if the focus was changed.
*/
setFocus(focus: boolean): boolean;
/**
* SF4.2 - Set the players focus.
* @remarks
* RAM cost: 0.1 GB
*
* @returns True if the focus was changed.
*/
setFocus(focus: boolean): boolean;
}
/**