DEG-28 DEG-33 잘못된 주석 제거

This commit is contained in:
fiore 2025-04-21 11:24:22 +09:00
parent c125d3ff8e
commit c3ad07f6f2
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@ public class EnemyAttackController : MonoBehaviour
};
}
// 랜덤 전조 호출
// 랜덤 전조 호출
public void TriggerRandomWarning(Vector3 spawnPosition, Quaternion spawnRotation)
{

View File

@ -93,7 +93,6 @@ public abstract class EnemyController : CharacterBase
#region
// 일정 반경에 플레이어가 진입하면 플레이어 소리를 감지했다고 판단
// TODO : 상태 변경시 바로 앞에 플레이어가 있으면 찾지 못하는 이슈 있음
public Transform DetectPlayerInCircle()
{
var hitColliders = Physics.OverlapSphere(transform.position,