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