C# Class Recipe

Inheritance: ScriptableObject
Datei anzeigen Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Properties

Property Type Description
Ingredients int>.Dictionary
Objective string

Public Methods

Method Description
Recipe ( DataNode, recipe ) : UnityEngine

Method Details

Recipe() public method

public Recipe ( DataNode, recipe ) : UnityEngine
recipe DataNode,
return UnityEngine

Property Details

Ingredients public_oe property

public Dictionary Ingredients
return int>.Dictionary

Objective public_oe property

public string Objective
return string