10 lines
139 B
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
|
|
|