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