todo 추가
This commit is contained in:
parent
7ef7b33bd9
commit
64773e80d8
@ -14,6 +14,8 @@ public bool ExecuteInteraction(IInteractor interactor, IInteractable interactabl
|
||||
|
||||
public bool CanInteract()
|
||||
{
|
||||
// TODO : 영업 가능한 상태인지 조건 추가 (최소 요리, 요리도구 배치 등)
|
||||
|
||||
GameFlowState currentGameFlowState = GameFlowManager.Instance.GameFlowDataSo.CurrentGameState;
|
||||
return currentGameFlowState == GameFlowState.ReadyForRestaurant;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user