TombEngine/Scripts/Title.lua

6 lines
168 B
Lua
Raw Normal View History

2021-12-01 15:31:39 +03:00
-- Title script file
LevelFuncs.OnLoad = function() end
LevelFuncs.OnSave = function() end
LevelFuncs.OnControlPhase = function() end
LevelFuncs.OnEnd = function() end