Beispiel #1
0
 private void Start()
 {
     animator     = GetComponent <Animator>();
     healthSlider = HelperScripts.GetComponentFromChildrenExc <Slider>(transform);
     InitializeStats();
 }
 void Start()
 {
     instance        = this;
     damageParticles = HelperScripts.GetComponentFromChildrenExc <ParticleSystem>(transform);
 }