On this pageGDTKRecipe.valuepublic Int32 value { 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.value; } }Copy