// Assembly: UnityEngine.AIModule
// Full name: UnityEngine.AI.NavMeshPathStatus

namespace UnityEngine.AI
{
public class NavMeshPathStatus // TypeDefIndex: 13465
{
	// Fields
	type#20890 value__;
	type#23350 PathComplete;
	type#23350 PathPartial;
	type#23350 PathInvalid;
}
}
