Exemplo n.º 1
0
 public void takeDamege(float fDamege)
 {
     m_cMonsterStatus.hpDown(fDamege);
 }
Exemplo n.º 2
0
 public void takeDamege(float fDamege)
 {
     Debug.Log("Damege");
     m_cMonsterStatus.hpDown(fDamege);
 }