private void Start() { _animator = GetComponent <Animator>(); _attacker = GetComponent <Attacker>(); }