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