mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
6 lines
168 B
Lua
6 lines
168 B
Lua
![]() |
-- Title script file
|
||
|
LevelFuncs.OnLoad = function() end
|
||
|
LevelFuncs.OnSave = function() end
|
||
|
LevelFuncs.OnControlPhase = function() end
|
||
|
LevelFuncs.OnEnd = function() end
|