Example #1
0
    public void exit()
    {
        Cinematic c = _attachedNPC.GetComponent <Cinematic>();

        if (!!c)
        {
            Debug.Log("EXIT CINEMATIC");
            c.quitCinematic();
        }
        _isActive = false;
    }