This commit is contained in:
2024-02-28 09:08:39 +01:00
parent 49d443e439
commit 53ebf520ee
2 changed files with 17 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ using UnityEngine;
public class Ingredient : MonoBehaviour
{
// Start is called before the first frame update
//Vector3 mousePosition = Input.mousePosition;
public Vector3 transform;
void Start()
{
@@ -13,6 +15,6 @@ public class Ingredient : MonoBehaviour
// Update is called once per frame
void Update()
{
//transform.position = Input
}
}