player interact with cola freezer, improvement in movements
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu()]
|
||||
public class FoodObjectSO : ScriptableObject
|
||||
{
|
||||
public Transform prefab;
|
||||
public string objectName;
|
||||
public float objectPrice;
|
||||
}
|
||||
Reference in New Issue
Block a user