private void OnTriggerExit2D(Collider2D other) { if (_isStop) { return; } if (other.GetComponent <Border>() != null) { _shooter.BulletMiss(this); } }