CraftingQueueUIListDisplay.source
public UIListSource source { get; set; }Description#
Gets/Sets the source of data for the display
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(CraftingQueueUIListDisplay target) { UIListSource result = target.source; } }