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;