コード例 #1
0
    private IEnumerator DelayAppearanceOfCatPuzzle()
    {
        yield return(new WaitForSeconds(2.75f));

        catPuzzle.SetActive(true);
        catLightningEmitted = true;
        LockViewScript.UnLockView();
    }
コード例 #2
0
 public void turnOnCatPuzzle()
 {
     PuzzleManagement.PlayerIsDoingBathroomPuzzle = false;
     lockViewScript.UnLockView();
     lockViewScript.checkHit = true;
 }