Class InventoryCatalog
Definitions for InventoryItemDefinitions and InventoryDefinitions. The Catalog serves as a way to find references to Definitions, as needed.
Inheritance
InventoryCatalog
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public class InventoryCatalog : BaseCatalog<InventoryDefinition, Inventory, InventoryItemDefinition, InventoryItem>