Statics, statics, everywhere
We looked at static classes in Chapter 5 by creating a class to play sound effects that did not require instances of the class to be created or referenced in other areas of our code. We will expand on that technique in Robot Rampage by defining several static classes to handle components like the game's camera, effects manager, and shots manager.