Update PlayerSkillTree.cs

This commit is contained in:
2025-08-03 01:18:33 +02:00
parent e6523d3f8c
commit 52cd5cd80e

View File

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