몬스터 공격 시 방어 수치 캐릭터 수치 받아오게 코드 수정

This commit is contained in:
Mingu Kim
2025-02-26 16:47:58 +09:00
parent 743f486045
commit 4b6efe2788
2 changed files with 4 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ namespace TON
_state = state;
_state.Enter(_monsterBase);
_textState.text = _state.ToString();
// _textState.text = _state.ToString();
}
}