InventoryDatabaseV2.quickSlots
public static List<GDTKQuickSlot> quickSlots { get; }
#
DescriptionGets a list of all Quick Slots in the database
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InventoryDatabaseV2 target) { System.Collections.Generic.List<GDTKQuickSlot> result = target.quickSlots; } }