This commit is contained in:
LeeJaeHyun 2024-09-12 16:47:30 +09:00
parent 7e4194be49
commit 0173e7fdeb

View File

@ -62,6 +62,7 @@ public class MonsterController : MonoBehaviour
switch (monsterState) switch (monsterState)
{ {
case State.IDLE: case State.IDLE:
agent.isStopped = true;
break; break;
case State.TRACE: case State.TRACE: