Exemple #1
0
 private void Start()
 {
     life              = 3;
     state             = 0;
     AnimationBS       = Boss.GetComponent <AnimationBS_M>();
     EndingCam.enabled = false;
     audioSource       = GetComponent <AudioSource>();
 }
Exemple #2
0
 private void Start()
 {
     AnimationBS = Boss.GetComponent <AnimationBS_M>();
     state       = 0;
 }