otclient/modules/core/util.lua
2011-08-13 23:10:27 -03:00

6 lines
98 B
Lua

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