package games.fighter.JerryJackExample.controller.levels;
import vooga.fighter.controller.levels.MainMenuController;
/**
*
* Details a MainMenuController class, where start game etc. selections are
* @author Jack Matteucci
* @author Jerry Li
*
* This is a great class to reference when trying to understand how to extend the
* menu controller hierarchy
*
*/
public class MainMenu extends MainMenuController {
}