パリィ完成

This commit is contained in:
KawakamiKento
2026-06-04 16:31:25 +09:00
parent 69f5891a14
commit d900c0aa47
7 changed files with 544 additions and 11 deletions

View File

@@ -246,11 +246,12 @@ public class EnemyAI : MonoBehaviour
{
if(isDead) return;
if(currentState == AIState.Stun) return;
SetFistCollider(false);
StopAllCoroutines();
isAttacking = false;
isWandering = false;
isKnockbacking = false;
if(agent.isOnNavMesh)
{