예제 #1
0
    //-------------------------------------------------
    public void ArrowReleased()
    {
        nocked = false;
        hand.HoverUnlock(GetComponent <Interactable>());
        hand.otherHand.HoverUnlock(arrowManager.GetComponent <Interactable>());

        if (releaseSound != null)
        {
            releaseSound.Play();
        }

        this.StartCoroutine(this.ResetDrawAnim());
    }