Implemented load check for unique inventory items

This commit is contained in:
2025-11-25 17:00:50 +01:00
parent 88f3c90eec
commit 70383fc16e
6 changed files with 69 additions and 15 deletions
@@ -17,6 +17,9 @@ public partial class ItemResource : Resource
[Export]
public int maxStack;
[Export]
public bool isUnique;
public ItemResource()
{
name = "";