using System.Collections.Generic; using UnityEngine; namespace VOID.Generic.Navigation { public class PathCorrected { public List path; public List traversables; } }