Пример #1
0
 /// <summary>
 /// Increases the level.
 /// </summary>
 public void IncreaseLevel()
 {
     Model.IncreaseLevel();
     GameUserIterface.UpdateDisplayedLevel(Model.Level.ToString());
 }
Пример #2
0
 /// <summary>
 /// Updates the displayed level.
 /// </summary>
 public void UpdateLevel()
 {
     GameUserIterface.UpdateDisplayedLevel(Model.Level.ToString());
 }