6 lines
98 B
Lua

function createEmptyFunction()
local emptyFunction = function() end
return emptyFunction
end