-- FILE: Levels\Level1.lua LevelFuncs.OnLoad = function() end LevelFuncs.OnSave = function() end LevelFuncs.OnStart = function() end LevelFuncs.OnLoop = function() end LevelFuncs.OnEnd = function() end LevelFuncs.OnUseItem = function() end LevelFuncs.OnFreeze = function() end