示例#1
0
 void Update()
 {
     if (thePlayerHealth.playerHealth < 1)
     {
         StopAllCoroutines();
         StartCoroutine(thePlayerHealthBar.Fading());
     }
 }