I tried copy/pasting the private class NearbyTracker from the SeparationConstraint, but I realize it's referencing a boatload of internal classes. Any particular reason why this class isn't public?
What I'm trying to do is create a custom constraint so that tiles of type X cannot be within Y tiles of type Z.
I tried copy/pasting the private class NearbyTracker from the SeparationConstraint, but I realize it's referencing a boatload of internal classes. Any particular reason why this class isn't public?
What I'm trying to do is create a custom constraint so that tiles of type X cannot be within Y tiles of type Z.