Exemple #1
0
 void OnEnable()
 {
     m_health = maxHealth;
     if (healthbar != null)
     {
         healthbar.ShowRestoreBar(false);
     }
 }