On this pageRecipeUI.recipeRaritypublic GDTKRarity recipeRarity { get; }CopyDescription#Rarity of the loaded recipeUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RecipeUI target) { GDTKRarity result = target.recipeRarity; } }Copy