5 lines
118 B
Lua
5 lines
118 B
Lua
function update(data)
|
|
data.inventory.objectBag = jarray()
|
|
jresize(data.inventory.objectBag, 40)
|
|
return data
|
|
end
|