示例#1
0
 public void UnLock()
 {
     count = 00;
     timer.SetText(count.ToString());
     StopCoroutine("CountDown");
     Picked = true;
     FindObjectOfType <PlayerController>().UnDim();
     FindObjectOfType <PlayerController>().PickingLock = false;
     mLock.DestroyLock();
     StartCoroutine("CrankTurn");
 }