CraftingQueueListUI.inventory
public Inventory inventory { get; }Description#
Gets the associated Inventory
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(CraftingQueueListUI target) { Inventory result = target.inventory; } }