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