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
-
For example the class
LevelUIManager
extends fromControl
. This isn't that great because it would be nice if this was a static class but since it extends from aControl
this 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 fromControl
hiding the methods that really matter.Same idea applies to
TransitionManager
andUIConsoleManager
All of these classes will never have more than one instance.
Beta Was this translation helpful? Give feedback.
All reactions