Added function that finds all possible dishes from ingredients
This commit is contained in:
@@ -5,6 +5,7 @@ using UnityEngine;
|
||||
public class Dish : MonoBehaviour
|
||||
{
|
||||
public List <GameObject> RequiredIngredients;
|
||||
public int NutritionalValue;
|
||||
|
||||
|
||||
// Start is called before the first frame update
|
||||
|
||||
Reference in New Issue
Block a user