NoInventoryManager is an implementation of the InventoryManager interface. It is intended to be a placeholder. It will be useful in cases where no InventoryManager functionality is required, but an inventory manager of some kind is needed for a property setting. It allows components that require an InventoryManager to function without actually having an inventory system on the back end. All methods in the NoInventoryManager return INVENTORY_STATUS_SUCCEED.