- require() implementat

This commit is contained in:
2023-08-04 13:52:11 +02:00
parent 88237804f7
commit 4fd9a443f2
4 changed files with 28 additions and 2 deletions

5
data/other.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
peiv = function()
return "HOLA OTHER UNIT"
end
}