TombEngine/Scripts/Engine/Util.lua
2024-12-21 12:40:24 +01:00

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