Class CraftingRecipe
- Namespace
- VoxelPlayground.Gaming
- Assembly
- GamePlay.dll
[Serializable]
public class CraftingRecipe
- Inheritance
-
objectCraftingRecipe
Fields
isLocked
[ShowInInspector]
[NonSerialized]
[SuffixLabel("Debug", false)]
[ReadOnly]
public bool isLocked
Field Value
- bool
output
public GameObject output
Field Value
priceMetal
public int priceMetal
Field Value
- int
priceStone
public int priceStone
Field Value
- int
priceWood
public int priceWood
Field Value
- int
unlockDay
public int unlockDay
Field Value
- int
Methods
GetItemInfo()
public ItemData GetItemInfo()