TombEngine/Scripts/Engine/Util.lua

9 lines
190 B
Lua
Raw Normal View History

2024-12-21 12:40:24 +01:00
-- ldignore
2022-04-02 17:52:39 +01:00
local Util = {}
Util.ShortenTENCalls = function()
print("Util.ShortenTENCalls is deprecated; its functionality is now performed automatically by TombEngine.")
2022-04-02 17:52:39 +01:00
end
return Util