Esempio n. 1
0
 /// <summary>
 /// Restores the player to the starting point to try the level again.
 /// </summary>
 public void StartNewLife()
 {
     Player.Reset(start);
 }