// Use this for initialization
 void Start()
 {
     health   = 50000;
     maxHP    = 50000;
     _Anim    = gameObject.GetComponent <Animator>();
     Guardian = gameObject.GetComponentInChildren <Boss09_Collider>();
 }
示例#2
0
 // Use this for initialization
 void Start()
 {
     health = 50000;
     maxHP = 50000;
     _Anim = gameObject.GetComponent<Animator>();
     Guardian = gameObject.GetComponentInChildren<Boss09_Collider>();
 }