On this pageGDTKRecipe.unlockedpublic bool unlocked { get; set; }CopyDescription#Get/Set if this recipe is unlockedUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKRecipe target) { bool result = target.unlocked; } }Copy