File Loader Added

This commit is contained in:
Cooldude2606
2019-02-24 20:45:45 +00:00
parent f70277368c
commit 16e92b1f77
3 changed files with 163 additions and 1 deletions

3
modules/test.lua Normal file
View File

@@ -0,0 +1,3 @@
function thisIsATestFunction(...)
game.print(serpent.line({...}))
end