2011-07-17 03:56:57 -03:00

6 lines
98 B
Lua

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