textState null 에러 임시 조치 추후 제거 예정

This commit is contained in:
Mingu Kim
2025-02-26 01:19:22 +09:00
parent ccc45ba7ed
commit 3677c848d2
2 changed files with 9 additions and 6 deletions

View File

@@ -36,8 +36,9 @@ namespace TON
{
_animator = GetComponent<Animator>(); // 애니메이터 컴포넌트 초기화
_stateMachine = new StateMachine(new IdleState(), this, _textState);
// _stateMachine = new StateMachine(new IdleState(), this);
// TODO : 추후 제거 예정
// _stateMachine = new StateMachine(new IdleState(), this, _textState);
_stateMachine = new StateMachine(new IdleState(), this);
InitializeMonsterData(); // 몬스터 데이터 로드 및 적용