Exemplo n.º 1
0
    void Start()
    {
        if (TheBlocker == null)
        {
            TheBlocker = GetComponent <Blocker>();
        }

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

        _DigestDialogue();

        TheBlocker.Register(this);
    }