From bbf18514770c6d4b3f5d3880b544e43d16060016 Mon Sep 17 00:00:00 2001 From: Lewin Kelly Date: Fri, 20 Oct 2023 08:15:07 +0100 Subject: [PATCH] Improve margins and some file formatting --- defs.d.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defs.d.lua b/defs.d.lua index 25f668d..f55465c 100644 --- a/defs.d.lua +++ b/defs.d.lua @@ -6356,13 +6356,13 @@ declare class GuiService extends Instance SpecialKeyPressed: RBXScriptSignal TouchControlsEnabled: boolean UiMessageChanged: RBXScriptSignal - + EscapeKeyPressed: RBXScriptSignal<> BrowserWindowClosed: RBXScriptSignal<> IsWindows: boolean IsModalDialog: boolean UseLuaChat: boolean - + function AddCenterDialog(self, dialog: Instance, centerDialogType: EnumCenterDialogType, showFunction: ((...any) -> ...any), hideFunction: ((...any) -> ...any)): nil function AddKey(self, key: string): nil function AddSelectionParent(self, selectionName: string, selectionParent: Instance): nil