/// <summary> /// <see cref="DiaballikGame.Welcome.MainInterface"/> /// </summary> public void menuEndGame() { CurrentView = new ChoiceGameView(this); notifyObserState(Utils.Properties.STATE_GAME.MENU); }
/// <summary> /// <see cref="DiaballikGame.Welcome.MainInterface"/> /// </summary> public void displayMenu() { saveCurrentGame(); CurrentView = new ChoiceGameView(this); notifyObserState(Utils.Properties.STATE_GAME.MENU); }