TombEngine/Scripts/Engine/Util.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