Update PlayerSkillTree.cs
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user