Inventory

TODO

Goals

How it works

The inventory is made up of 5 different scripts:

  • Inventory.gd
  • InventoryController.gd
  • InventoryItemManager.gd
  • InventoryModel.gd
  • InventoryStateMachine.gd

It is based on the Model View Controller design pattern.

With what script it communicates