mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-29 00:07:58 +03:00
5 lines
173 B
Lua
5 lines
173 B
Lua
-- Test level script file
|
|
LevelFuncs.OnLoad = function() end
|
|
LevelFuncs.OnSave = function() end
|
|
LevelFuncs.OnControlPhase = function() end
|
|
LevelFuncs.OnEnd = function() end
|