formatted for logan

hooking buttons up to running algorigthms
This commit is contained in:
Simon O'Shea
2023-08-08 15:34:02 -04:00
parent 98a18e1d4e
commit 239f7ed4c5
2 changed files with 13 additions and 10 deletions
@@ -18,9 +18,8 @@ public class AStar : MonoBehaviour
this.heuristic = heuristic;
}
void Start()
public void go()
{
}
}
}