spell refactor part - assets and prefabs

This commit is contained in:
2026-01-22 14:54:35 +01:00
parent 1beff44ada
commit 013dca60a5
36 changed files with 773 additions and 1034 deletions

View File

@@ -18,8 +18,9 @@ public class SpellActivator : MonoBehaviour
if (!magicAttacks.isPlaying)
{
magicAttacks.TryToPlaySpellAnimation();
Debug.Log("executing:" + magicAttacks.m_selectedType);
//magicAttacks.TryToPlaySpellAnimation();
//Debug.Log("executing:" + magicAttacks.m_selectedType);
Debug.LogError("!!not implemented!!!");
}
}
}