create base item SO for container. still need to set container type for different item types (sellable or not)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class BaseItemSO : ScriptableObject
|
||||
{
|
||||
public string ItemName;
|
||||
public Sprite Icon;
|
||||
}
|
||||
Reference in New Issue
Block a user