Namespace AshesOfVelsingrad.UI.Menus
Classes
- MainMenu
Main menu controller that handles user interactions and navigation. Implements the Manager Pattern from your architecture documentation.
- OptionsMenu
Options menu that allows players to configure game settings. Follows the Component-Based Architecture and event-driven communication. Implements the Manager Pattern for centralized settings management.