Compare commits

...

2 Commits

Author SHA1 Message Date
Tomáš Pěnkava
e6523d3f8c Merge branch 'main' of https://gitea.micalis.cloud/micalis/UnityGame 2025-08-02 23:20:27 +02:00
Tomáš Pěnkava
80f0672e3a Update PotionHandler.cs 2025-08-02 23:20:20 +02:00

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
{