Esempio n. 1
0
 // Use this for initialization
 void Start()
 {
     RZ = GetComponent <FootballZombieRaiseZombies>();
     C  = GetComponent <FootballZombieChase>();
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     RZ = GetComponent<FootballZombieRaiseZombies>();
     C = GetComponent<FootballZombieChase>();
 }