diff --git a/src/world/clientState/Manager.ts b/src/world/clientState/Manager.ts index 4549427..461788a 100644 --- a/src/world/clientState/Manager.ts +++ b/src/world/clientState/Manager.ts @@ -21,6 +21,6 @@ namespace ClientState { } export type State = { - destroy(passFocus: boolean): void; + destroy(passFocus: boolean): void, }; }