mirror of
https://github.com/DerTyp7/example-top-down-unity.git
synced 2026-07-31 15:29:02 +02:00
Harvestable Destroy
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user