public void RepeatPressed() { ApplicationSetUp.LoadScreen(sceneName ?? LevelSettings.GetLevelId()); }
public void ShowEndWnidow() { ShowEndWnidowFor(LevelSettings.GetLevelId(), LevelSettings.GetConditions(), FindActiveScene()); }
void LoadCurrentLevel() { ApplicationSetUp.LoadScreen(LevelSettings.GetLevelId()); }