Track LocalMods as part of monolith

This commit is contained in:
2026-06-08 18:50:16 +03:00
parent 143f2fed7c
commit 1b214b44c2
1287 changed files with 139255 additions and 1 deletions
+48
View File
@@ -0,0 +1,48 @@
{
"Lua.diagnostics.globals": [
"Game",
"Player",
"Random",
"Hook",
"Timer",
"bit32",
"TotalTime",
"DoFile",
"WayPoint",
"SpawnType",
"Level",
"Submarine",
"Vector2",
"PositionType",
"ServerLog_MessageType",
"Character",
"TraitorMessageType",
"ChatMessageType",
"CauseOfDeathType",
"CreateVector2",
"Item",
"ChatMessage",
"AfflictionPrefab",
"Gap",
"File",
"Networking",
"printNoLog",
"Client",
"SERVER",
"setmodulepaths",
"Type",
"BindingFlags",
"UserData",
"LuaUserData",
"CLIENT",
"ContentPackageManager"
],
"Lua.diagnostics.libraryFiles": "Enable",
"Lua.workspace.library": [
"G:\\globalShare\\Documents\\luatypes\\types\\server",
"G:\\globalShare\\Documents\\luatypes\\types\\shared",
"/mnt/ShareBig/globalShare/Documents/luatypes/types/client",
"/mnt/ShareBig/globalShare/Documents/luatypes/types/server",
"/mnt/ShareBig/globalShare/Documents/luatypes/types/shared"
]
}