Beispiel #1
0
 void LaunchSuccessView()
 {
     actualEditor = actualEditor?actualEditor: GetComponentInChildren <TextEditorController>(true);
     ViewController.main.LevelSucess(levelNumber);
     SuccessController.main.SetNLines(actualEditor.GetLinesCount());
     SuccessController.main.SetTime(timer.GetSeconds());
 }