TombEngine/Scripts/Title.lua
2021-12-01 15:31:39 +03:00

5 lines
168 B
Lua

-- Title script file
LevelFuncs.OnLoad = function() end
LevelFuncs.OnSave = function() end
LevelFuncs.OnControlPhase = function() end
LevelFuncs.OnEnd = function() end