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)) {