Added todo comment

This commit is contained in:
Jeonghyeon Ha 2025-08-27 11:44:51 +09:00
parent 4049b38c19
commit b0eb18f9c0

View File

@ -40,7 +40,8 @@ public override TaskStatus OnUpdate()
{
return TaskStatus.Failure;
}
// TODO : 이벤트 통해서 인터랙션. 직접 호출하지 말 것!
var interacted = outInteractable.OnInteracted(_interactor);
if (!interacted)
{