This commit is contained in:
MaddoScientisto 2025-03-22 17:47:24 +01:00
commit d927886380
6 changed files with 29 additions and 6 deletions

View file

@ -283,7 +283,7 @@ public partial class Enemy : CharacterBody2D
}
}
protected void ActivateDefeatScript()
protected virtual void ActivateDefeatScript()
{
if (DefeatScript is not IActivable target)
{