change multiple scene system to dynamic indoor scene
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class SellableItem : MonoBehaviour
|
||||
{
|
||||
[SerializeField]
|
||||
private SellableItemSO _sellableItemSO;
|
||||
|
||||
public SellableItemSO GetSellableItemSO()
|
||||
{
|
||||
return _sellableItemSO;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user