item count WIP

This commit is contained in:
cblech
2025-04-17 03:24:31 +02:00
parent e99b574d1f
commit fb362e10ad
8 changed files with 24 additions and 5 deletions
@@ -3,4 +3,5 @@
public class ItemInstance
{
public ItemResource blueprint;
public int amount = 1;
}