mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
6 lines
98 B
Lua
6 lines
98 B
Lua
function createEmptyFunction()
|
|
local emptyFunction = function() end
|
|
return emptyFunction
|
|
end
|
|
|