On this pageEquipSlotUI.clientpublic EquipSlotClient client { get; }CopyDescription#Get the associated Equip Slot ClientUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(EquipSlotUI target) { EquipSlotClient result = target.client; } }Copy