Пример #1
0
 public void Die()
 {
     gameObject.tag = "Dead";
     isDead         = true;
     unitAttack.DropWeapons();
 }