디버깅용 로그 제거
This commit is contained in:
@@ -92,7 +92,7 @@ namespace Northbound
|
||||
{
|
||||
int slotIndex = i; // 클로저 캡처를 위한 로컬 변수
|
||||
_quickslotActions[i].performed += ctx => OnQuickslotPressed(slotIndex);
|
||||
Debug.Log($"[BuildingQuickslotUI] QuickSlot{i + 1} 액션 바인딩 성공");
|
||||
// Debug.Log($"[BuildingQuickslotUI] QuickSlot{i + 1} 액션 바인딩 성공");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user