mirror of
https://github.com/DerTyp7/harvestdale-unity.git
synced 2025-10-30 04:57:09 +01:00
inventory ui
This commit is contained in:
@@ -8,6 +8,7 @@ public class Item : ScriptableObject
|
||||
public string uuid;
|
||||
public string itemName;
|
||||
|
||||
public Sprite sprite;
|
||||
public bool stackable = true;
|
||||
public int maxStackSize = 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user