예제 #1
0
파일: GameManager.cs 프로젝트: chaitae/Ten
 public void StartRound()
 {
     if (OnStartRound != null)
     {
         OnStartRound();
     }
     firstPersonController.EnableFPSMouse();
     GhostManager.instance.Reset();
     Time.timeScale = 1;
 }