stoneage8.5/服务器端lua文件/lua/init.lua
2020-06-22 17:49:02 +08:00

13 lines
182 B
Lua

function 脚本加载()
return dofile();
end
function 主函数()
("./data/lua/onlineshop/main.lua");
--时间种子
math.randomseed(os.time());
end
()