Пример #1
0
 private void ProcessNewGame()
 {
     _mainMenu.StartLoading();
     _transition.StartLoadGameScene(ProcessSceneLoaded);
 }