added new models
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu()]
|
||||
public class FoodObjectSO : ScriptableObject
|
||||
public class SellableItemSO : ScriptableObject
|
||||
{
|
||||
public Transform prefab;
|
||||
public string objectName;
|
||||
Reference in New Issue
Block a user