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