This repository was archived by the owner on Feb 16, 2026. It is now read-only.
Some classes could be separated from Node extends #148
valkyrienyanko
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example the class
LevelUIManagerextends fromControl. This isn't that great because it would be nice if this was a static class but since it extends from aControlthis is currently not possible. The perks of this being static would make it accessible anywhere and show only the methods and properties that matter as suppose to seeing a cluster of methods fromControlhiding the methods that really matter.Same idea applies to
TransitionManagerandUIConsoleManagerAll of these classes will never have more than one instance.
Beta Was this translation helpful? Give feedback.
All reactions