This commit is contained in:
2026-02-04 17:15:18 +08:00
parent 33510365f4
commit d02fb85b1c
3 changed files with 574 additions and 0 deletions

View File

@@ -589,6 +589,7 @@ namespace UniLua
new NameFuncPair( LuaMathLib.LIB_NAME, LuaMathLib.OpenLib ),
new NameFuncPair( LuaDebugLib.LIB_NAME, LuaDebugLib.OpenLib ),
new NameFuncPair( LuaEncLib.LIB_NAME, LuaEncLib.OpenLib ),
new NameFuncPair( LuaJsonLib.LIB_NAME, LuaJsonLib.OpenLib ),
};
for( var i=0; i<define.Length; ++i)