건설 퀵슬롯 생성
This commit is contained in:
@@ -133,13 +133,6 @@ namespace Northbound
|
||||
return false;
|
||||
}
|
||||
|
||||
// 쿨다운 체크
|
||||
if (Time.time - _lastInteractionTime < buildingData.interactionCooldown)
|
||||
{
|
||||
Debug.Log($"[BuildingFoundation] Cooldown active: {Time.time - _lastInteractionTime}/{buildingData.interactionCooldown}");
|
||||
return false;
|
||||
}
|
||||
|
||||
// 이미 완성됨
|
||||
if (_currentProgress.Value >= buildingData.requiredWorkAmount)
|
||||
{
|
||||
@@ -155,7 +148,6 @@ namespace Northbound
|
||||
return false;
|
||||
}
|
||||
|
||||
Debug.Log($"<color=green>[BuildingFoundation] CanInteract = true</color>");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user