GDTKRecipe.craftingSeconds
public float craftingSeconds { get; }
#
DescriptionGets the number of seconds need to craft this recipe
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(GDTKRecipe target) { float result = target.craftingSeconds; } }