void Start() { if (TheBlocker == null) { TheBlocker = GetComponent <Blocker>(); } TheBlocker.Register(this); }
void Start() { if (TheBlocker == null) { TheBlocker = GetComponent <Blocker>(); } _DigestDialogue(); TheBlocker.Register(this); }