init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace VOID.Generic.Navigation
|
||||
{
|
||||
public class PathCorrected
|
||||
{
|
||||
public List<Vector3> path;
|
||||
public List<PathCorrectedLinkData> traversables;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user