mirror of
https://github.com/edubart/otclient.git
synced 2025-12-20 07:37:10 +01:00
add a new folder structure redesign organized by packages
This commit is contained in:
5
packages/core/util.lua
Normal file
5
packages/core/util.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
function createEmptyFunction()
|
||||
local emptyFunction = function() end
|
||||
return emptyFunction
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user