Пример #1
0
 /// <summary>
 /// /// <summary>
 /// function to resume the scene and all the live scripts in the scene
 /// </summary>
 /// </summary>
 public void ResumeGame()
 {
     gameplayFSMManager.resumeGame();
     #region --deperacted Code
     ///
     /// this code make all scene the scene stop and also the controller functionality
     /// Time.timeScale = 1;
     ///
     #endregion
 }