On this pageSocketClient.socketSlotpublic GDTKSocket socketSlot { get; }CopyDescription#Gets the associated socketSlotUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(SocketClient target) { GDTKSocket result = target.socketSlot; } }Copy