From 9489964a79dae4b72db4c972bfc1008da0ddc346 Mon Sep 17 00:00:00 2001 From: Ciakon Date: Wed, 6 Mar 2024 08:29:11 +0100 Subject: [PATCH] L --- Assets/Scripts/Ingredient.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Scripts/Ingredient.cs b/Assets/Scripts/Ingredient.cs index fe1f290..eef1f83 100644 --- a/Assets/Scripts/Ingredient.cs +++ b/Assets/Scripts/Ingredient.cs @@ -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;