mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-29 00:07:58 +03:00
10 lines
No EOL
222 B
Lua
10 lines
No EOL
222 B
Lua
-- Title script file
|
|
|
|
local Util = require("Util")
|
|
Util.ShortenTENCalls()
|
|
|
|
LevelFuncs.OnLoad = function() end
|
|
LevelFuncs.OnSave = function() end
|
|
LevelFuncs.OnEnd = function() end
|
|
|
|
LevelFuncs.OnControlPhase = function() end |