Added todo comment
This commit is contained in:
parent
4049b38c19
commit
b0eb18f9c0
@ -40,7 +40,8 @@ public override TaskStatus OnUpdate()
|
||||
{
|
||||
return TaskStatus.Failure;
|
||||
}
|
||||
|
||||
|
||||
// TODO : 이벤트 통해서 인터랙션. 직접 호출하지 말 것!
|
||||
var interacted = outInteractable.OnInteracted(_interactor);
|
||||
if (!interacted)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user