Merchant.quickSlots
public IReadOnlyList<GDTKQuickSlot> quickSlots { get; }
#
DescriptionGets a list of all Quick Slots for this object
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(Merchant target) { System.Collections.Generic.IReadOnlyList<GDTKQuickSlot> result = target.quickSlots; } }