Beispiel #1
0
 void Awake()
 {
     animator = GetComponent<Animator>();
     sigilSpawning = GameObject.FindGameObjectWithTag("Player").GetComponent<SigilSpawning>();
     emiterParticle = emiter.GetComponent<ParticleSystem>();
     Balancer.setUpParticleSystem(emiterParticle);
 }
Beispiel #2
0
 void Awake()
 {
     animator = GetComponent<Animator>();
     sigilSpawning = GameObject.FindGameObjectWithTag("Player").GetComponent<SigilSpawning>();
 }