Added function that finds all possible dishes from ingredients

This commit is contained in:
2024-03-12 14:42:25 +01:00
parent 0f25538814
commit d668718f12
4 changed files with 94 additions and 37 deletions

View File

@@ -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