Update PotionHandler.cs

This commit is contained in:
2025-08-02 23:20:20 +02:00
parent 3efe2070c4
commit 80f0672e3a

View File

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