Harvestable Destroy

This commit is contained in:
j.mei7
2022-02-18 20:38:23 +01:00
parent 3ff90d47c2
commit d36ddacc4e
6 changed files with 31 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ public abstract class Item : ScriptableObject
public int id;
public bool isStackable;
public Sprite sprite;
public bool isSelected;
public abstract void OnSelect();