mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-29 00:07:58 +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
|