상호작용 solver 인터페이스에 CanInteract함수 추가
This commit is contained in:
parent
1a48a45683
commit
a778a9d58c
@ -26,5 +26,6 @@ public interface IInteractor
|
|||||||
public interface IInteractionSolver
|
public interface IInteractionSolver
|
||||||
{
|
{
|
||||||
bool ExecuteInteraction(IInteractor interactor, IInteractable interactable, ScriptableObject interactionPayloadSo = null);
|
bool ExecuteInteraction(IInteractor interactor, IInteractable interactable, ScriptableObject interactionPayloadSo = null);
|
||||||
|
bool CanInteract();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user