Files
mini/data/other.lua
2023-08-04 13:52:11 +02:00

6 lines
62 B
Lua

return {
peiv = function()
return "HOLA OTHER UNIT"
end
}