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