mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Add gServerSettings to Lua manual tables
This commit is contained in:
parent
bd2bd7c498
commit
b13b96cc19
1 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ gLakituState = {}
|
|||
--- @type PaintingValues
|
||||
gPaintingValues = {}
|
||||
|
||||
--- @type ServerSettings
|
||||
gServerSettings = {}
|
||||
|
||||
-----------
|
||||
-- hooks --
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue