Merge pull request #304 from Agent-11/server-settings

Add gServerSettings to Lua manual tables
This commit is contained in:
Agent X 2023-03-20 20:00:21 -04:00 committed by GitHub
commit 612dc2b78d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ gLakituState = {}
--- @type PaintingValues
gPaintingValues = {}
--- @type ServerSettings
gServerSettings = {}
-----------
-- hooks --
-----------