Merge pull request #304 from Agent-11/server-settings
Add gServerSettings to Lua manual tables
This commit is contained in:
commit
612dc2b78d
|
@ -49,6 +49,9 @@ gLakituState = {}
|
|||
--- @type PaintingValues
|
||||
gPaintingValues = {}
|
||||
|
||||
--- @type ServerSettings
|
||||
gServerSettings = {}
|
||||
|
||||
-----------
|
||||
-- hooks --
|
||||
-----------
|
||||
|
|
Loading…
Reference in New Issue