This commit is contained in:
2024-03-06 08:29:11 +01:00
parent 996da7ad5c
commit 9489964a79

View File

@@ -5,6 +5,7 @@ using UnityEngine;
public class Ingredient : MonoBehaviour
{
// Start is called before the first frame update
// L
Vector3 mousePosition;
public Transform transform;
bool isMoving = false;