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