Minor fixes

This commit is contained in:
2025-04-30 21:46:08 -07:00
parent 68c91d8f13
commit 7ab5e32c74
9 changed files with 344 additions and 63 deletions

View File

@@ -112,6 +112,7 @@ public partial class Enemy : CharacterBody3D, IEnemy, IProvide<IEnemyLogic>
public virtual void TakeAction()
{
_enemyModelView.PlayPrimaryAttackAnimation();
}
public virtual void SetTarget(Vector3 target)