public void Start()
	{
		_animation = GameObject.FindGameObjectWithTag("Player").GetComponent<SaraAnimationController>();
	}
Esempio n. 2
0
 public void Start()
 {
     _animation = GameObject.FindGameObjectWithTag("Player").GetComponent <SaraAnimationController>();
 }