From 52cd5cd80e953b2bb1370a5f548201b6e0f66c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20P=C4=9Bnkava?= Date: Sun, 3 Aug 2025 01:18:33 +0200 Subject: [PATCH] Update PlayerSkillTree.cs --- 3D blobici/Assets/Scripts/Player/PlayerSkillTree.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/3D blobici/Assets/Scripts/Player/PlayerSkillTree.cs b/3D blobici/Assets/Scripts/Player/PlayerSkillTree.cs index 036fd96..dfbec7c 100644 --- a/3D blobici/Assets/Scripts/Player/PlayerSkillTree.cs +++ b/3D blobici/Assets/Scripts/Player/PlayerSkillTree.cs @@ -3,7 +3,6 @@ using UnityEngine; using System.Collections; using System.ComponentModel; using UnityEditor.SceneManagement; -using static PotionHandler; public class PlayerSkillTree { @@ -44,7 +43,7 @@ public class PlayerSkillTree } - public void RegisterPotionHandler(PotionType type, PotionHandler handler) + public void RegisterPotionHandler(PotionHandler.PotionType type, PotionHandler handler) { if (!potionHandlers.ContainsKey(type)) {