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