Managers are specialized systems that handle specific gameplay mechanics. They are responsible for coordinating interactions, such as unit selection and command issuance.
- SelectionManager: Handles unit selection and deselection.
- CommandManager: Issues commands to selected units (e.g., move, attack, build).
- ConstructionManager: Manages building construction logic.
- FogOfWarManager: Manages what the player see of the map.