Delegate InventoryManager.InventoryEvent
This is a delegate that takes in a single Inventory as the parameter
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public delegate void InventoryManager.InventoryEvent(Inventory inventory)
Parameters
| Type | Name | Description |
|---|---|---|
| Inventory | inventory |