Expose chest inventory
This commit is contained in:
parent
94250b56c9
commit
595da4f179
@ -160,6 +160,10 @@ function Chest:getName()
|
||||
return self.name
|
||||
end
|
||||
|
||||
function Chest:getInventory()
|
||||
return self.chest
|
||||
end
|
||||
|
||||
function Chest:find(query)
|
||||
local result = {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user