Barsonax / Pathfindax

Pathfinding framework
GNU Affero General Public License v3.0
26 stars 8 forks source link

Remove pathfindproxies #38

Closed Barsonax closed 6 years ago

Barsonax commented 6 years ago

Summary

In some of the refactorings in #35 the logic that created the request in the pathfindproxies has been moved to the pathfindalgorithms. So currently the pathfindproxies do nothing but get a reference to a pathfinder.

This could be done alternatively by getting a reference to a pathfindcomponent (with GetComponent or just setting it in the duality editor) so there is no longer a need for pathfindproxies.

Analysis

Barsonax commented 6 years ago

Implemented in #35