new lua functions

This commit is contained in:
MihailRis
2024-02-12 02:39:45 +03:00
parent 5724778117
commit 49fe2108d3
2 changed files with 62 additions and 7 deletions
+1
View File
@@ -94,6 +94,7 @@ void lua::LuaState::createFuncs() {
openlib("pack", packlib, 0);
openlib("world", worldlib, 0);
openlib("player", playerlib, 0);
openlib("item", itemlib, 0);
openlib("time", timelib, 0);
openlib("file", filelib, 0);