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
@@ -44,6 +44,7 @@ module.exports = class Inventory extends BaseModel
clear: ->
@_stacks = {}
@_slugs = []
@trigger 'change', self
clone: ->
inventory = new Inventory