7 lines
84 B
Lua
7 lines
84 B
Lua
function init()
|
|
|
|
end
|
|
|
|
function update(dt)
|
|
world.containerTakeAll(entity.id())
|
|
end
|