On this pageGDTKItem.setIdpublic string setId { get; }CopyDescription#Item Bonus Set assigned for this itemUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKItem target) { string result = target.setId; } }Copy