Exemplo n.º 1
0
 /// <summary>
 /// Increases the level.
 /// </summary>
 public void IncreaseLevel()
 {
     Model.IncreaseLevel();
     GameUserIterface.UpdateDisplayedLevel(Model.Level.ToString());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Updates the displayed level.
 /// </summary>
 public void UpdateLevel()
 {
     GameUserIterface.UpdateDisplayedLevel(Model.Level.ToString());
 }