Initial implementation of the InventoryController

This commit is contained in:
Andrew Miner
2015-01-06 10:25:05 -08:00
parent d499e8e9cf
commit a1a7ee5dc9
13 changed files with 330 additions and 23 deletions
+1
View File
@@ -21,6 +21,7 @@ module.exports = class CraftingTable extends BaseModel
attributes.includingTools ?= false
attributes.have ?= new Inventory
attributes.plan ?= null
attributes.want ?= new Inventory
super attributes, options
# Public Methods ###############################################################################