Exemplo n.º 1
0
 public void Die()
 {
     belongCity.ChampionDie(this);
     prop.isDead = true;
     IsDead      = true;
     lifebar.SetActive(false);
     gameObject.SetActive(false);
 }