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