Example #1
0
 public void HideFinished()
 {
     Time.timeScale = 1f;
     hiding         = false;
     manager.HideFinished(this);
 }