In this class, you will find each methods and variables that we use to handle each menu present in the game.
As you may see, there is some variables to store buttons, which button is currently selected and others.
You will also find some ENUM, for example BUTTON_TYPE enum is an enum that we use for our buttons (create game, join game, etc...).
Methods present in this class are used to handle the user's actions on a menu. For example if he changed the selected button, if he click on a button or even if he's done an action that display a menu.