Inventory Manager
The InventoryManager class is responsible for managing inventory-related operations within Unity applications using the Xerial services.
Overview
Usage
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Xerial;
public class InventoryManager
{
// Implementation details
}Example
// Instantiate InventoryManager
InventoryManager inventoryManager = new InventoryManager();Constructor
Properties
Last updated