tibia-client/modules/core/util.lua

6 lines
98 B
Lua

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