ege/sample/IA/data/tower.lua

10 lines
139 B
Lua

--
-- Generic update function called by the IA center engine
--
function update(deltaTime)
print("hello how are you ?", deltaTime)
end