Expose chest inventory

This commit is contained in:
Gabriel Tofvesson 2024-10-04 00:40:16 +02:00
parent 94250b56c9
commit 595da4f179

View File

@ -160,6 +160,10 @@ function Chest:getName()
return self.name
end
function Chest:getInventory()
return self.chest
end
function Chest:find(query)
local result = {}