Interface IInventoryDataLayer
Contract for objects providing data to the InventoryManager.
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public interface IInventoryDataLayer
Methods
| Name | Description |
|---|---|
| CreateItem(string, string, Completer) | Request to create a new item with the given id. |
| DeleteItem(string, Completer) | Request to delete the item matching the given definition from the given inventory. |
| GetData() | Get InventoryManager's serializable data. |