Пример #1
0
 public void StartGame()
 {
     maze.RestartMaze();
     ResetLocations();
     Pman.SetScore(0);
     Pman.ResetTries();
     Pman.ResetAmmo();
 }