Table of Contents

Class CraftingRecipe

Namespace
VoxelPlayground.Gaming
Assembly
GamePlay.dll
[Serializable]
public class CraftingRecipe
Inheritance
object
CraftingRecipe

Fields

isLocked

[ShowInInspector]
[NonSerialized]
[SuffixLabel("Debug", false)]
[ReadOnly]
public bool isLocked

Field Value

bool

output

public GameObject output

Field Value

GameObject

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()

Returns

ItemData