Skip to main content

GDTKItem.setId

public string setId { get; }

Description#

Item Bonus Set assigned for this item

Usage#

Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(GDTKItem target)    {        string result = target.setId;    }   }