ryanjjung / satisfactor-py

A Python utility for planning factories in the video game Satisfactory
GNU General Public License v3.0
0 stars 0 forks source link

Add a `remote` member to `Connection` objects #99

Closed ryanjjung closed 1 month ago

ryanjjung commented 1 month ago

The idea here is that remote refers to either the source if the Connection is an Input or the target if the Connection is an Output. This make all traversal logic a step easier.

ryanjjung commented 1 month ago

Fixed in #100