Added healing

This commit is contained in:
cblech
2025-07-10 23:32:16 +02:00
parent c6fc400994
commit 8bd2b09232
7 changed files with 119 additions and 8 deletions
@@ -22,6 +22,7 @@ public partial class FightStateManager : Node
EnemyWinAnim,
ChangeSideToEnemy,
ChangeSideToFriendly,
Heal,
}
private FightState _fightStateBacking = FightState.None;