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