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