This commit is contained in:
MaddoScientisto 2025-02-13 22:28:34 +01:00
commit bfdb71dd84
4 changed files with 72 additions and 11 deletions

View file

@ -102,7 +102,6 @@ public partial class Boss : Enemy, IActivable
_bossHud.SpellCardName = CurrentPhase.PhaseName;
StartPhase(CurrentPhase);
}
}
private void StartPhase(BossPhase phase)