示例#1
0
 // Update is called once per frame
 private void Update()
 {
     if (hasFallen != DidFall)
     {
         StartCoroutine(EnableTarget(hasFallen = DidFall));
         cameraFollow.SetGameOverCam();
     }
 }