put cola in basket
This commit is contained in:
@@ -3,10 +3,10 @@ using UnityEngine;
|
||||
public class SellableItem : MonoBehaviour
|
||||
{
|
||||
[SerializeField]
|
||||
private SellableItemSO _foodObjectSO;
|
||||
private SellableItemSO _sellableItemSO;
|
||||
|
||||
public SellableItemSO GetFoodObjectSO()
|
||||
public SellableItemSO GetSellableItemSO()
|
||||
{
|
||||
return _foodObjectSO;
|
||||
return _sellableItemSO;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user