The Overlay Manager
The Overlay Manager is special in the sense that it is not directly involved in the main gameplay loop. It is in charge of adding an overlay to the game to bring some parts of the game into focus.
The News Manager follows a singleton pattern, meaning that only one instance should exist at any point in the game.
To see how to use the Overlay Manager, see the API documentation.