Add gServerSettings to Lua manual tables

This commit is contained in:
Agent X 2023-03-07 17:46:09 -05:00
parent bd2bd7c498
commit b13b96cc19
1 changed files with 3 additions and 0 deletions

View File

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