오류 수정
This commit is contained in:
parent
0b94d2039f
commit
7d91b831c9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user