예제 #1
0
    void OnDisable()
    {
        MovePlayer.LockPlayer(false, "Bubble");
        currentTime = 0f;

        MoveCamera.GoToPlayer();
        canThrow = true;

        AudioSource.PlayClipAtPoint(sampleExplode, transform.position);
    }