오류 수정
This commit is contained in:
parent
0b94d2039f
commit
7d91b831c9
@ -18,7 +18,7 @@ private RestaurantManagementStateSo GetManagementState()
|
|||||||
return RestaurantState.instance.ManagementState;
|
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;
|
GameFlowState currentGameFlowState = GameFlowManager.Instance.GameFlowDataSo.CurrentGameState;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user