Ejemplo n.º 1
0
 public void End()
 {
     if (hp <= 0)
     {
         hp = 0;
         gameObject.SetActive(false);
         mt.GirlDead();
         isDead = true;
     }
 }