using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// Paths are used to determine the connecting entrances and exits between Locations /// [CreateAssetMenu(fileName = "BetweenLocation1AndLocation2", menuName = "Scene Data/Path")] public class PathSO : ScriptableObject { }