1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-20 22:57:45 +00:00
kawari/resources/scripts/test.lua
Joshua Goins bbe9215902 Add mlua for server-side scripting support
This isn't hooked up to anything yet, just trying it out.
2025-03-28 23:00:32 -04:00

3 lines
55 B
Lua

function onBeginLogin()
print("Hello, world!")
end