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