Main/System/Team/TeamHero.State.cs @@ -24,10 +24,8 @@ public bool isDead { get { return curHp <= 0; } } get; set; } = false; }