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