On this pageGDTKCraftingResult.countpublic Int32 count { get; }CopyDescription#Get count of item addedUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKCraftingResult target) { System.Int32 result = target.count; } }Copy