SocketWindowUI.sockets
public List<SocketAbility> sockets { get; }Description#
Gets the list of Socket plugins for the item
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(SocketWindowUI target) { System.Collections.Generic.List<SocketAbility> result = target.sockets; } }