From f999361fe2c8f9977c75082d8e1345111bf4c058 Mon Sep 17 00:00:00 2001 From: Xaver Date: Tue, 17 Jun 2025 18:24:05 +0200 Subject: [PATCH] build err fix --- blueberryPeak/Assets/Scripts/Quests/QuestGiver.cs | 3 --- 1 file changed, 3 deletions(-) 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 {