-- Title script file local Util = require("Engine.Util") Util.ShortenTENCalls() LevelFuncs.OnLoad = function() end LevelFuncs.OnSave = function() end LevelFuncs.OnEnd = function() end LevelFuncs.OnStart = function() end LevelFuncs.OnControlPhase = function(dt) end