Example #1
0
 void Start()
 {
     zombieAnimator = GetComponent <Animator>();
     zombieMotion   = GetComponent <ZombieMotion>();
 }
Example #2
0
 void Start()
 {
     Attack       = GetComponent <AudioSource>();
     Run          = GetComponent <AudioSource>();
     zombieMotion = GetComponent <ZombieMotion>();
 }