On this pageGDTKItem.raritypublic Int32 rarity { get; }CopyDescription#Get the rarity value of this itemUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKItem target) { System.Int32 result = target.rarity; } }Copy