worked on inventory hover

This commit is contained in:
dhain 2022-05-20 09:44:08 +02:00
parent 59e46eb4ab
commit bc9af1d8d5
5 changed files with 58 additions and 20 deletions

View file

@ -43,8 +43,7 @@ public class Inventory : MonoBehaviour {
} else {
items[item] += amount;
}
onItemChangedCallback?.Invoke();
}