C# Class Craft, Aegina

Inheritance: MonoBehaviour
Afficher le fichier Open project: JMounier/Aegina Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Craft ( Type what ) : System.Collections
what Type
Résultat System.Collections

Craft() public méthode

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
Résultat System.Collections