This commit is contained in:
Kirabsol 2025-01-28 12:01:10 +01:00
commit e51417a4e5
11 changed files with 135 additions and 53 deletions

View file

@ -49,6 +49,7 @@ public class HealthHandler : MonoBehaviour
if (deathState == DeathSate.NotImportant)
{
Destroy(gameObject, delay);
return;
}
GlobalsVariable.AliveUnitsTeamB = new List<AbstractUnit>();