C# Class Craft, Aegina

Inheritance: MonoBehaviour
显示文件 Open project: JMounier/Aegina Class Usage Examples

Public Methods

Method Description
Craft ( Type what ) : System.Collections
Craft ( int id, ItemStack product, bool fire, bool workbench, bool forge, bool brewer, bool secret, Type what ) : System.Collections

instencie un craft

Method Details

Craft() public method

public Craft ( Type what ) : System.Collections
what Type
return System.Collections

Craft() public method

instencie un craft
public Craft ( int id, ItemStack product, bool fire, bool workbench, bool forge, bool brewer, bool secret, Type what ) : System.Collections
id int
product ItemStack
fire bool
workbench bool
forge bool
brewer bool
secret bool
what Type
return System.Collections