improvemnet of junction restriction manager #1578
kianzarrin
started this conversation in
General
Replies: 2 comments
-
I am already working on this, and stashed my work when I realized that it was going to break NC2 and NCR. Let's not duplicate work. 😬 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually, I went back and looked at the stash, and remembered that I decided the bit masking stuff was unnecessarily complicated. So what I'm doing isn't very different from what you suggested. 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to simplify and expand the API of junction restriction manager. it will depend on #1556
first I expose the enum in API :
TMPE/TLM/TLM/Manager/Impl/JunctionRestrictionsManager.cs
Line 1321 in ee6cfee
Then I add these to the API:
Beta Was this translation helpful? Give feedback.
All reactions