Progress Update: Manager Classes

I have created three manager classes for my game. The game manager, audio manager, and UI manager. These classes manage the game, audio elements, and UI elements.

Each manager class has its own singleton to allow other scripts to access their public methods.