diff --git a/blueberryPeak/Assets/Scripts/Quests/QuestGiver.cs b/blueberryPeak/Assets/Scripts/Quests/QuestGiver.cs index c390100..e963cf2 100644 --- a/blueberryPeak/Assets/Scripts/Quests/QuestGiver.cs +++ b/blueberryPeak/Assets/Scripts/Quests/QuestGiver.cs @@ -1,8 +1,5 @@ using System.Collections.Generic; -using UnityEditor.SearchService; using UnityEngine; -using UnityEngine.Events; -using UnityEngine.InputSystem; public class QuestGiver : MonoBehaviour {