Fix return type of isFocused

This commit is contained in:
theit8514 2021-12-15 20:55:47 -05:00
parent d59601f848
commit 2e133bcf0a

@ -1994,7 +1994,7 @@ export interface Singularity {
*
* @returns True if the player is focused.
*/
isFocused(): void;
isFocused(): boolean;
/**
* SF4.2 - Set the players focus.