changed: more tasks and states for changing pathfinding
This commit is contained in:
@@ -12,6 +12,8 @@ namespace Reset.Units{
|
||||
public class UnitPathfinding : UnitComponent, IUnitDirectionProvider{
|
||||
public Vector2 Direction{ get; set; }
|
||||
|
||||
public bool pathfindingEnabled;
|
||||
|
||||
public Seeker seeker;
|
||||
|
||||
public float nextWaypointDistance = 3;
|
||||
|
||||
Reference in New Issue
Block a user