Improve margins and some file formatting

This commit is contained in:
Lewin Kelly 2023-10-20 08:15:07 +01:00
parent 956ce21547
commit bbf1851477
1 changed files with 2 additions and 2 deletions

View File

@ -6356,13 +6356,13 @@ declare class GuiService extends Instance
SpecialKeyPressed: RBXScriptSignal<EnumSpecialKey, string>
TouchControlsEnabled: boolean
UiMessageChanged: RBXScriptSignal<EnumUiMessageType, string>
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