we're sandboxing and loading the log function from textual into LUA!!!!!!! :D

This commit is contained in:
2025-10-27 13:09:10 +11:00
parent 0fe3a7e234
commit 48b6e535a2
2 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
local plugin = {}
function plugin.init()
end
function plugin.main()
end
return plugin