Example #1
0
 // Use this for initialization
 void Start()
 {
     m_nLife = 20;
     m_scLifebars.Set(m_nLife);
 }
Example #2
0
 // Use this for initialization
 void Start()
 {
     m_nLife = m_nMaxLife;
     m_scLifebars.Set(m_nMaxLife);
 }