mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
8 lines
190 B
Lua
8 lines
190 B
Lua
-- ldignore
|
|
local Util = {}
|
|
|
|
Util.ShortenTENCalls = function()
|
|
print("Util.ShortenTENCalls is deprecated; its functionality is now performed automatically by TombEngine.")
|
|
end
|
|
|
|
return Util
|