change multiple scene system to dynamic indoor scene
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(menuName = "LifeJourney/Indor object")]
|
||||
public class IndoorSO : ScriptableObject
|
||||
{
|
||||
public string BuidingName;
|
||||
public string Address;
|
||||
public string SpawnPointInSceneName;
|
||||
public GameObject Prefab;
|
||||
public int OpenHoursFrom;
|
||||
public int OpenHoursTo;
|
||||
}
|
||||
Reference in New Issue
Block a user