Example #1
0
 void Start()
 {
     motor  = GetComponent <EnemyMotor>();
     mobile = GetComponentInChildren <DaggerfallMobileUnit>();
     blood  = GetComponent <EnemyBlood>();
 }
 void Start()
 {
     motor = GetComponent<EnemyMotor>();
     mobile = GetComponentInChildren<DaggerfallMobileUnit>();
     blood = GetComponent<EnemyBlood>();
 }