lsft/modules/server/hello.txt
2021-12-14 18:11:04 -07:00

10 lines
No EOL
147 B
Text

--@name
--@author
--@server
core.modules.hello = {
version = 69420,
commands = {
helloworld = function() print("hi") end,
},
}