View
A view is a controller for an user interface, it sets the parameters, controls buttons, etc. A view's existence is never known by systems.
If we need to network a view, we can either use a direct call on a system or use network messages. Do not use the event bus's events for that.
⚠️ IMPORTANT!
Always add the postfix "View" in the name of the class for your views.
Last updated