worked on inventory hover
This commit is contained in:
parent
59e46eb4ab
commit
bc9af1d8d5
5 changed files with 58 additions and 20 deletions
|
|
@ -43,8 +43,7 @@ public class Inventory : MonoBehaviour {
|
|||
} else {
|
||||
items[item] += amount;
|
||||
}
|
||||
|
||||
|
||||
|
||||
onItemChangedCallback?.Invoke();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue