changed: more tasks and states for changing pathfinding

This commit is contained in:
Chris
2025-12-02 17:56:38 -05:00
parent 30509b3714
commit e49909580c
6 changed files with 101 additions and 6 deletions

View File

@@ -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;