using UnityEngine; /// /// This one of a kind SO stores, during gameplay, the path that was /// //[CreateAssetMenu(fileName = "PathStorage", menuName = "Gameplay/Path Storage")] public class PathStorageSO : DescriptionBaseSO { [HideInInspector] public PathSO lastPathTaken; }