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