Пример #1
0
 public void RepeatPressed()
 {
     ApplicationSetUp.LoadScreen(sceneName ?? LevelSettings.GetLevelId());
 }
Пример #2
0
 public void ShowEndWnidow()
 {
     ShowEndWnidowFor(LevelSettings.GetLevelId(), LevelSettings.GetConditions(),
                      FindActiveScene());
 }
Пример #3
0
 void LoadCurrentLevel()
 {
     ApplicationSetUp.LoadScreen(LevelSettings.GetLevelId());
 }