This commit is contained in:
2024-02-28 09:00:20 +01:00
parent 46e377c7ac
commit 49d443e439
13 changed files with 841 additions and 113 deletions

View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Ingredient : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}