Exemplo n.º 1
0
 void Start()
 {
     zombieAnimator = GetComponent <Animator>();
     zombieMotion   = GetComponent <ZombieMotion>();
 }
Exemplo n.º 2
0
 void Start()
 {
     Attack       = GetComponent <AudioSource>();
     Run          = GetComponent <AudioSource>();
     zombieMotion = GetComponent <ZombieMotion>();
 }