private void OnTriggerEnter(Collider other) { if (other.tag == "PlayerArea") { _manager.OpenDoor(); } }