오류 수정

This commit is contained in:
NTG 2025-08-17 00:21:42 +09:00
parent 0b94d2039f
commit 7d91b831c9

View File

@ -17,8 +17,8 @@ private RestaurantManagementStateSo GetManagementState()
{
return RestaurantState.instance.ManagementState;
}
public bool CanExecuteInteraction()
public bool CanExecuteInteraction(IInteractor interactor = null, IInteractable interactable = null, ScriptableObject payloadSo = null)
{
GameFlowState currentGameFlowState = GameFlowManager.Instance.GameFlowDataSo.CurrentGameState;