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