6 lines
100 B
Lua
6 lines
100 B
Lua
tm = require("tm")
|
|
|
|
function func_to_executed(param)
|
|
-- return tm.gd(param)
|
|
return param
|
|
end |