On this pageGDTKEquipSlot.CloneDeclaration#public GDTKEquipSlot Clone()CopyDescription#Create a clone of this objectUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKEquipSlot target) { GDTKEquipSlot result = target.Clone(); } }Copy