Add return value and code style cleanup

This commit is contained in:
theit8514
2021-12-15 20:48:19 -05:00
parent cd4c98d942
commit d59601f848
3 changed files with 9 additions and 5 deletions

View File

@@ -2001,8 +2001,9 @@ export interface Singularity {
* @remarks
* RAM cost: 0.1 GB
*
* @returns True if the focus was changed.
*/
setFocus(focus: boolean): void;
setFocus(focus: boolean): boolean;
}
/**