Пример #1
0
 /// <summary>
 /// <see cref="DiaballikGame.Welcome.MainInterface"/>
 /// </summary>
 public void menuEndGame()
 {
     CurrentView = new ChoiceGameView(this);
     notifyObserState(Utils.Properties.STATE_GAME.MENU);
 }
Пример #2
0
 /// <summary>
 /// <see cref="DiaballikGame.Welcome.MainInterface"/>
 /// </summary>
 public void displayMenu()
 {
     saveCurrentGame();
     CurrentView = new ChoiceGameView(this);
     notifyObserState(Utils.Properties.STATE_GAME.MENU);
 }