Compare commits

...

2 Commits

View File

@@ -8,7 +8,7 @@ public class PotionHandler:MonoBehaviour
private Dictionary<PotionType, int> potions = new Dictionary<PotionType, int>(); private Dictionary<PotionType, int> potions = new Dictionary<PotionType, int>();
[SerializeField] private TMP_Text textMeshProUGUI; [SerializeField] private TMP_Text textMeshProUGUI;
[SerializeField] private PotionType potionType; [SerializeField] private PotionHandler.PotionType potionType;
public enum PotionType public enum PotionType
{ {