Simplify enemy animation logic

This commit is contained in:
2025-10-06 02:13:05 -07:00
parent ad29e57fc9
commit ec0f9ebff7
56 changed files with 1584 additions and 5011 deletions

View File

@@ -17,6 +17,8 @@ public interface IEnemyModelView : INode3D
public void PlayPrimarySkillAnimation();
public void PlayActivateAnimation();
public void PlayHitAnimation();
public void PlayDeathAnimation();