This commit is contained in:
Olivier Gagnon
2021-12-03 16:09:13 -05:00
parent 564bc4502b
commit 647ccd6a7b
9 changed files with 134 additions and 67 deletions

View File

@@ -1940,24 +1940,6 @@ export interface Singularity {
* @returns True if the installation was successful.
*/
installBackdoor(): Promise<void>;
/**
* SF4.2 - Check if the player is focused.
* @remarks
* RAM cost: 0.1 GB
*
*
* @returns True if the player is focused.
*/
isFocused(): void;
/**
* SF4.2 - Set the players focus.
* @remarks
* RAM cost: 0.1 GB
*
*/
setFocus(focus: boolean): void;
}
/**