todo 추가

This commit is contained in:
NTG_Lenovo 2025-08-07 13:15:52 +09:00
parent 7ef7b33bd9
commit 64773e80d8

View File

@ -14,6 +14,8 @@ public bool ExecuteInteraction(IInteractor interactor, IInteractable interactabl
public bool CanInteract() public bool CanInteract()
{ {
// TODO : 영업 가능한 상태인지 조건 추가 (최소 요리, 요리도구 배치 등)
GameFlowState currentGameFlowState = GameFlowManager.Instance.GameFlowDataSo.CurrentGameState; GameFlowState currentGameFlowState = GameFlowManager.Instance.GameFlowDataSo.CurrentGameState;
return currentGameFlowState == GameFlowState.ReadyForRestaurant; return currentGameFlowState == GameFlowState.ReadyForRestaurant;
} }