On this pageSocketClient.socketedItempublic GDTKItem socketedItem { get; }CopyDescription#Gets the currently socketed itemUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(SocketClient target) { GDTKItem result = target.socketedItem; } }Copy