Compare commits
2 Commits
0d9fd7743f
...
e6523d3f8c
| Author | SHA1 | Date | |
|---|---|---|---|
| e6523d3f8c | |||
| 80f0672e3a |
@@ -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