InventoryDatabaseV2.holsterSlots
public static List<GDTKHolsterSlot> holsterSlots { get; }Description#
Gets a list of all Holster Slots in the database
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InventoryDatabaseV2 target) { System.Collections.Generic.List<GDTKHolsterSlot> result = target.holsterSlots; } }