Example #1
0
    void Start()
    {
        if (TheBlocker == null)
        {
            TheBlocker = GetComponent <Blocker>();
        }

        TheBlocker.Register(this);
    }
Example #2
0
    void Start()
    {
        if (TheBlocker == null)
        {
            TheBlocker = GetComponent <Blocker>();
        }

        _DigestDialogue();

        TheBlocker.Register(this);
    }