private void ResetStrikerToPlayerPos() { striker.SetPosition(transform.position); if (_positionInput != null) { _positionInput.ResetPosition(); } }