private void OnTriggerEnter(Collider other) { if (other.TryGetComponent(out BzKnife knife)) { _slicer.Stun(_stunTime); } }